| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 293 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Server_Method_Definition:: (17 methods):
__construct()
setOptions()
setName()
getName()
setCallback()
getCallback()
addPrototype()
addPrototypes()
setPrototypes()
getPrototypes()
setMethodHelp()
getMethodHelp()
setObject()
getObject()
setInvokeArguments()
getInvokeArguments()
toArray()
Class: Zend_Server_Method_Definition - X-Ref
Method definition metadata| __construct($options = null) X-Ref |
| Constructor param: null|array $options return: void |
| setOptions(array $options) X-Ref |
| Set object state from options param: array $options return: Zend_Server_Method_Definition |
| setName($name) X-Ref |
| Set method name param: string $name return: Zend_Server_Method_Definition |
| getName() X-Ref |
| Get method name return: string |
| setCallback($callback) X-Ref |
| Set method callback param: array|Zend_Server_Method_Callback $callback return: Zend_Server_Method_Definition |
| getCallback() X-Ref |
| Get method callback return: Zend_Server_Method_Callback |
| addPrototype($prototype) X-Ref |
| Add prototype to method definition param: array|Zend_Server_Method_Prototype $prototype return: Zend_Server_Method_Definition |
| addPrototypes(array $prototypes) X-Ref |
| Add multiple prototypes at once param: array $prototypes Array of Zend_Server_Method_Prototype objects or arrays return: Zend_Server_Method_Definition |
| setPrototypes(array $prototypes) X-Ref |
| Set all prototypes at once (overwrites) param: array $prototypes Array of Zend_Server_Method_Prototype objects or arrays return: Zend_Server_Method_Definition |
| getPrototypes() X-Ref |
| Get all prototypes return: array $prototypes Array of Zend_Server_Method_Prototype objects or arrays |
| setMethodHelp($methodHelp) X-Ref |
| Set method help param: string $methodHelp return: Zend_Server_Method_Definition |
| getMethodHelp() X-Ref |
| Get method help return: string |
| setObject($object) X-Ref |
| Set object to use with method calls param: object $object return: Zend_Server_Method_Definition |
| getObject() X-Ref |
| Get object to use with method calls return: null|object |
| setInvokeArguments(array $invokeArguments) X-Ref |
| Set invoke arguments param: array $invokeArguments return: Zend_Server_Method_Definition |
| getInvokeArguments() X-Ref |
| Retrieve invoke arguments return: array |
| toArray() X-Ref |
| Serialize to array return: array |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |