Zend Framework
1.12
|
Public Member Functions | |
__construct () | |
Constructor. | |
getFunctions () | |
Returns a list of registered methods. | |
![]() | |
addFunction ($function, $namespace= '') | |
Attach a function as a server method. | |
setClass ($class, $namespace= '', $argv=null) | |
Attach a class to a server. | |
fault ($fault=null, $code=404) | |
Generate a server fault. | |
handle ($request=false) | |
Handle a request. | |
loadFunctions ($definition) | |
Load server definition. | |
setPersistence ($mode) | |
Set server persistence. | |
Static Public Member Functions | |
static | lowerCase (&$value, &$key) |
Lowercase a string. | |
Protected Member Functions | |
_buildCallback (Zend_Server_Reflection_Function_Abstract $reflection) | |
Build callback for method signature. | |
_buildSignature (Zend_Server_Reflection_Function_Abstract $reflection, $class=null) | |
Build a method signature. | |
_dispatch (Zend_Server_Method_Definition $invocable, array $params) | |
Dispatch method. | |
_fixType ($type) | |
Map PHP type to protocol type. | |
Protected Attributes | |
$_overwriteExistingMethods = false | |
$_table | |
Static Protected Attributes | |
static | $magic_methods |
__construct | ( | ) |
Constructor.
Setup server description
|
protected |
Build callback for method signature.
Zend_Server_Reflection_Function_Abstract | $reflection |
|
protected |
Build a method signature.
Zend_Server_Reflection_Function_Abstract | $reflection | |
null | string | object | $class |
Zend_Server_Exception | on duplicate entry |
|
protected |
|
abstractprotected |
Map PHP type to protocol type.
string | $type |
getFunctions | ( | ) |
Returns a list of registered methods.
Returns an array of method definitions.
Implements Zend_Server_Interface.
|
static |
Lowercase a string.
Lowercase's a string by reference
string | $string | value |
string | $key |
|
protected |
|
protected |
|
staticprotected |