Zend_Rest_ServerImplements interfaces:
Located in /Zend/Rest/Server.php (line 49)
Zend_Server_Abstract | --Zend_Rest_Server
mixed
$_args
= array() (line 59)
Class Constructor Args
array
$_functions
= array() (line 64)
array
$_headers
= array() (line 69)
string
$_method
(line 74)
Zend_Server_Reflection
$_reflection
= null (line 54)
boolean
$_returnResponse
= false (line 80)
Whether or not handle() should send output or return the response.
Inherited from Zend_Server_Abstract
Zend_Server_Abstract::$magic_methods
Constructor __construct (line 85)
Constructor
addFunction (line 450)
Implement Zend_Server_Interface::addFunction()
fault (line 373)
Implement Zend_Server_Interface::fault()
Creates XML error response, returning DOMDocument with response.
getFunctions (line 470)
Implement Zend_Server_Interface::getFunctions()
getHeaders (line 439)
Retrieve any HTTP extra headers set by the server
handle (line 118)
Implement Zend_Server_Interface::handle()
loadFunctions (line 481)
Implement Zend_Server_Interface::loadFunctions()
returnResponse (line 103)
Whether or not to return a response
If called without arguments, returns the value of the flag. If called with an argument, sets the flag.
When 'return response' is true, handle() will not send output, but will instead return the response from the dispatched function/method.
setClass (line 231)
Implement Zend_Server_Interface::setClass()
setPersistence (line 491)
Implement Zend_Server_Interface::setPersistence()
_handleScalar (line 323)
Handle a single value
_handleStruct (line 245)
Handle an array or object result
_structValue (line 291)
Recursively iterate through a struct
Recursively iterates through an associative array or object's properties to build XML response.
Inherited From Zend_Server_Abstract
Zend_Server_Abstract::lowerCase()
Documentation generated on Wed, 21 Feb 2007 11:59:39 -0800 by phpDocumentor 1.3.1