Class ApiResponse
Response from retailCRM API
-
RetailCrm\Response\ApiResponse
implements
ArrayAccess
Methods summary
public
|
#
__construct( mixed $statusCode, mixed $responseBody = null )
|
public
integer
|
#
getStatusCode( )
Return HTTP response status code
Return HTTP response status code
Returns
integer
|
public
boolean
|
#
isSuccessful( )
HTTP request was successful
HTTP request was successful
Returns
boolean
|
public
mixed
|
#
__call( string $name, mixed $arguments )
Allow to access for the property throw class method
Allow to access for the property throw class method
Parameters
Returns
mixed
|
public
mixed
|
#
__get( string $name )
Allow to access for the property throw object property
Allow to access for the property throw object property
Parameters
Returns
mixed
|
public
|
#
offsetSet( mixed $offset, mixed $value )
Parameters
Implementation of
ArrayAccess::offsetSet()
|
public
|
#
offsetUnset( mixed $offset )
Parameters
Implementation of
ArrayAccess::offsetUnset()
|
public
boolean
|
#
offsetExists( mixed $offset )
Parameters
Returns
boolean
Implementation of
ArrayAccess::offsetExists()
|
public
mixed
|
#
offsetGet( mixed $offset )
Parameters
Returns
mixed
Implementation of
ArrayAccess::offsetGet()
|
Magic methods summary
Properties summary