Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=null) | |
Constructor. | |
setOptions (array $options) | |
Set object state from array of options. | |
setClass ($class) | |
Set callback class. | |
getClass () | |
Get callback class. | |
setFunction ($function) | |
Set callback function. | |
getFunction () | |
Get callback function. | |
setMethod ($method) | |
Set callback class method. | |
getMethod () | |
Get callback class method. | |
setType ($type) | |
Set callback type. | |
getType () | |
Get callback type. | |
toArray () | |
Cast callback to array. | |
Protected Attributes | |
$_class | |
$_function | |
$_method | |
$_type | |
$_types = array('function', 'static', 'instance') | |
__construct | ( | $options = null | ) |
Constructor.
null | array | $options |
getClass | ( | ) |
Get callback class.
getFunction | ( | ) |
Get callback function.
getMethod | ( | ) |
Get callback class method.
getType | ( | ) |
Get callback type.
setClass | ( | $class | ) |
setFunction | ( | $function | ) |
setMethod | ( | $method | ) |
setOptions | ( | array | $options | ) |
setType | ( | $type | ) |
Set callback type.
string | $type |
Zend_Server_Exception |
toArray | ( | ) |
Cast callback to array.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |