Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Method callback metadata

__construct(
null|array $options
=
null
)
:
void
Constructor
Name | Type | Description |
---|---|---|
$options | null|array |

setClass(
string $class
)
:
\Zend_Server_Method_Callback
Set callback class
Name | Type | Description |
---|---|---|
$class | string |
Type | Description |
---|---|
\Zend_Server_Method_Callback |

setFunction(
string $function
)
:
\Zend_Server_Method_Callback
Set callback function
Name | Type | Description |
---|---|---|
$function | string |
Type | Description |
---|---|
\Zend_Server_Method_Callback |

setMethod(
string $method
)
:
\Zend_Server_Method_Callback
Set callback class method
Name | Type | Description |
---|---|---|
$method | string |
Type | Description |
---|---|
\Zend_Server_Method_Callback |

setOptions(
array $options
)
:
\Zend_Server_Method_Callback
Set object state from array of options
Name | Type | Description |
---|---|---|
$options | array |
Type | Description |
---|---|
\Zend_Server_Method_Callback |

setType(
string $type
)
:
\Zend_Server_Method_Callback
Set callback type
Name | Type | Description |
---|---|---|
$type | string |
Type | Description |
---|---|
\Zend_Server_Method_Callback |
Exception | Description |
---|---|
\Zend_Server_Exception |