Method |
Description |
|
__construct ( string $operation, RakutenRws_HttpResponse $response ) |
Constructor |
|
getCode ( ) : integer |
Gets the status code |
|
getData ( ) : mixed |
Gets response data |
|
getHttpResponse ( ) : RakutenRws_HttpResponse |
Gets the HttpResponse |
|
getIterator ( ) : Iterator |
Gets the iterator |
|
getMessage ( ) : string |
Gets the response message |
|
getOperation ( ) : string |
Gets the operation |
|
hasIterator ( ) : boolean |
Check response has the iterator |
|
isOk ( ) : boolean |
Returns if request is successful. |
|
offsetExists ( $offset ) |
|
|
offsetGet ( $offset ) |
|
|
offsetSet ( $offset, $value ) |
|
|
offsetUnset ( $offset ) |
|
|
setIterator ( $data ) |
Sets iterator |
|