Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=null) | |
Constructor. | |
setOptions (array $options) | |
Set object state from options. | |
setName ($name) | |
Set method name. | |
getName () | |
Get method name. | |
setCallback ($callback) | |
Set method callback. | |
getCallback () | |
Get method callback. | |
addPrototype ($prototype) | |
Add prototype to method definition. | |
addPrototypes (array $prototypes) | |
Add multiple prototypes at once. | |
setPrototypes (array $prototypes) | |
Set all prototypes at once (overwrites) | |
getPrototypes () | |
Get all prototypes. | |
setMethodHelp ($methodHelp) | |
Set method help. | |
getMethodHelp () | |
Get method help. | |
setObject ($object) | |
Set object to use with method calls. | |
getObject () | |
Get object to use with method calls. | |
setInvokeArguments (array $invokeArguments) | |
Set invoke arguments. | |
getInvokeArguments () | |
Retrieve invoke arguments. | |
toArray () | |
Serialize to array. | |
Protected Attributes | |
$_callback | |
$_invokeArguments = array() | |
$_methodHelp = '' | |
$_name | |
$_object | |
$_prototypes = array() | |
__construct | ( | $options = null | ) |
Constructor.
null | array | $options |
addPrototype | ( | $prototype | ) |
Add prototype to method definition.
array | Zend_Server_Method_Prototype | $prototype |
addPrototypes | ( | array | $prototypes | ) |
Add multiple prototypes at once.
array | $prototypes | Array of Zend_Server_Method_Prototype objects or arrays |
getCallback | ( | ) |
Get method callback.
getInvokeArguments | ( | ) |
Retrieve invoke arguments.
getMethodHelp | ( | ) |
Get method help.
getName | ( | ) |
Get method name.
getObject | ( | ) |
Get object to use with method calls.
getPrototypes | ( | ) |
Get all prototypes.
setCallback | ( | $callback | ) |
Set method callback.
array | Zend_Server_Method_Callback | $callback |
setInvokeArguments | ( | array | $invokeArguments | ) |
setMethodHelp | ( | $methodHelp | ) |
setName | ( | $name | ) |
setObject | ( | $object | ) |
setOptions | ( | array | $options | ) |
setPrototypes | ( | array | $prototypes | ) |
Set all prototypes at once (overwrites)
array | $prototypes | Array of Zend_Server_Method_Prototype objects or arrays |
toArray | ( | ) |
Serialize to array.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |