Class Zend_Rest_Client_Result

Description

Implements interfaces:

  • IteratorAggregate (internal interface)
  • ArrayAccess (internal interface)

  • license: New BSD License
  • copyright: Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Rest/Client/Result.php (line 29)


	
			
Method Summary
Zend_Rest_Client_Result __construct (string $data)
SimpleXMLIterator getIterator ()
boolean getStatus ()
void isError ()
void isSuccess ()
boolean offsetExists (string|int $offset)
boolean offsetGet (string|int $offset)
void offsetSet (string|int $offset, mixed $value)
void offsetUnset (string|int $offset)
mixed __call (string $method, array $args)
mixed __get (string $name)
boolean __isset (string $name)
string __toString ()
Methods
Constructor __construct (line 40)

Constructor

  • access: public
Zend_Rest_Client_Result __construct (string $data)
  • string $data: XML Result
getIterator (line 94)

Implement IteratorAggregate::getIterator()

  • access: public
SimpleXMLIterator getIterator ()

Implementation of:
IteratorAggregate::getIterator
getStatus (line 159)

Get Request Status

  • access: public
boolean getStatus ()
isError (line 174)
  • access: public
void isError ()
isSuccess (line 182)
  • access: public
void isSuccess ()
offsetExists (line 117)

Implement ArrayAccess::offsetExists

  • access: public
boolean offsetExists (string|int $offset)
  • string|int $offset: Array key

Implementation of:
ArrayAccess::offsetExists
offsetGet (line 128)

Implement ArrayAccess::offsetGet

  • access: public
boolean offsetGet (string|int $offset)
  • string|int $offset: Array key

Implementation of:
ArrayAccess::offsetGet
offsetSet (line 139)

Implement ArrayAccess::offsetSet

  • access: public
void offsetSet (string|int $offset, mixed $value)
  • string|int $offset: Array Key
  • mixed $value: Value

Implementation of:
ArrayAccess::offsetSet
offsetUnset (line 149)

Implement ArrayAccess::offsetUnset

  • access: public
void offsetUnset (string|int $offset)
  • string|int $offset: Array Key

Implementation of:
ArrayAccess::offsetUnset
__call (line 106)

Method Call overload

  • access: public
mixed __call (string $method, array $args)
  • string $method: Method Name
  • array $args: Method Args
__get (line 51)

Get Property Overload

  • access: public
mixed __get (string $name)
  • string $name
__isset (line 74)

Isset Overload

  • access: public
boolean __isset (string $name)
  • string $name
__toString (line 197)

toString overload

Be sure to only call this when the result is a single value!

  • access: public
string __toString ()

Documentation generated on Sun, 29 Oct 2006 21:28:02 -0600 by phpDocumentor 1.3.0RC6