retailCRM PHP API client
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • RetailCrm
    • Exception
    • Http
    • Response

Classes

  • ApiResponse

Class ApiResponse

Response from retailCRM API

RetailCrm\Response\ApiResponse implements ArrayAccess
Namespace: RetailCrm\Response
Located at RetailCrm/Response/ApiResponse.php

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

$name
$arguments

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

$name

Returns

mixed
public
# offsetSet( mixed $offset, mixed $value )

Parameters

$offset
$value

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $offset )

Parameters

$offset

Implementation of

ArrayAccess::offsetUnset()
public boolean
# offsetExists( mixed $offset )

Parameters

$offset

Returns

boolean

Implementation of

ArrayAccess::offsetExists()
public mixed
# offsetGet( mixed $offset )

Parameters

$offset

Returns

mixed

Implementation of

ArrayAccess::offsetGet()

Magic methods summary

retailCRM PHP API client API documentation generated by ApiGen