| [ 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: | 205 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Server_Method_Callback:: (11 methods):
__construct()
setOptions()
setClass()
getClass()
setFunction()
getFunction()
setMethod()
getMethod()
setType()
getType()
toArray()
Class: Zend_Server_Method_Callback - X-Ref
Method callback metadata| __construct($options = null) X-Ref |
| Constructor param: null|array $options return: void |
| setOptions(array $options) X-Ref |
| Set object state from array of options param: array $options return: Zend_Server_Method_Callback |
| setClass($class) X-Ref |
| Set callback class param: string $class return: Zend_Server_Method_Callback |
| getClass() X-Ref |
| Get callback class return: string|null |
| setFunction($function) X-Ref |
| Set callback function param: string $function return: Zend_Server_Method_Callback |
| getFunction() X-Ref |
| Get callback function return: null|string |
| setMethod($method) X-Ref |
| Set callback class method param: string $method return: Zend_Server_Method_Callback |
| getMethod() X-Ref |
| Get callback class method return: null|string |
| setType($type) X-Ref |
| Set callback type param: string $type return: Zend_Server_Method_Callback |
| getType() X-Ref |
| Get callback type return: string |
| toArray() X-Ref |
| Cast callback to array return: array |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |