$status
$status : boolean
This class represents the contructor for all web service (SOAP/REST) operation and holds HTTP status code, response, result, etc.
__construct(string $requestresponse, integer $httpcode, boolean $restcall = false)
Initializes a new instance of the class.
string | $requestresponse | The response from the request |
integer | $httpcode | The HTTP status code e.g. 200, 404. etc |
boolean | $restcall | Whether to make REST or SOAP call, default is false i.e. SOAP calls |