Constructor
Zend_Rest_Client_Result
__construct
(string $data)
Implement IteratorAggregate::getIterator()
SimpleXMLIterator
getIterator
()
Implementation of:
- IteratorAggregate::getIterator
Get Request Status
boolean
getStatus
()
Implement ArrayAccess::offsetExists
boolean
offsetExists
(string|int $offset)
-
string|int
$offset: Array key
Implementation of:
- ArrayAccess::offsetExists
Implement ArrayAccess::offsetGet
boolean
offsetGet
(string|int $offset)
-
string|int
$offset: Array key
Implementation of:
- ArrayAccess::offsetGet
Implement ArrayAccess::offsetSet
void
offsetSet
(string|int $offset, mixed $value)
-
string|int
$offset: Array Key
-
mixed
$value: Value
Implementation of:
- ArrayAccess::offsetSet
Implement ArrayAccess::offsetUnset
void
offsetUnset
(string|int $offset)
-
string|int
$offset: Array Key
Implementation of:
- ArrayAccess::offsetUnset
Method Call overload
mixed
__call
(string $method, array $args)
-
string
$method: Method Name
-
array
$args: Method Args
Get Property Overload
mixed
__get
(string $name)
Isset Overload
boolean
__isset
(string $name)
toString overload
Be sure to only call this when the result is a single value!
string
__toString
()