$magic_methods
$magic_methods : array
Zend_Server_Abstract
$_overwriteExistingMethods : boolean
| None found |
$_table : \Zend_Server_Definition
| None found |
| None found |
getFunctions() : \Zend_Server_Definition
Returns a list of registered methods
Returns an array of method definitions.
| None found |
lowerCase( $value, string $key) : string
Lowercase a string
Lowercase's a string by reference
| $value | ||
| string | $key |
Lower cased string
| None found |
_buildCallback(\Zend_Server_Reflection_Function_Abstract $reflection) : \Zend_Server_Method_Callback
Build callback for method signature
| \Zend_Server_Reflection_Function_Abstract | $reflection |
| None found |
_buildSignature(\Zend_Server_Reflection_Function_Abstract $reflection, null|string|object $class = null) : \Zend_Server_Method_Definition
Build a method signature
| \Zend_Server_Reflection_Function_Abstract | $reflection | |
| null|string|object | $class |
on duplicate entry
| None found |
_dispatch(\Zend_Server_Method_Definition $invocable, array $params) : mixed
Dispatch method
| \Zend_Server_Method_Definition | $invocable | |
| array | $params |
| None found |
_fixType(string $type) : string
Map PHP type to protocol type
| string | $type |
| None found |