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
string $_class = ''
Detailsstring $_function = ''
Detailsstring $_method = ''
Detailsstring $_type = ''
Detailsarray $_types = 'array'
Details__construct(
null|array $options
=
null
)
:
voidConstructor
DetailsgetClass(
)
:
string|nullGet callback class
DetailsgetFunction(
)
:
null|stringGet callback function
DetailsgetMethod(
)
:
null|stringGet callback class method
DetailsgetType(
)
:
stringGet callback type
DetailssetClass(
string $class
)
:
Zend_Server_Method_CallbackSet callback class
DetailssetFunction(
string $function
)
:
Zend_Server_Method_CallbackSet callback function
DetailssetMethod(
string $method
)
:
Zend_Server_Method_CallbackSet callback class method
DetailssetOptions(
array $options
)
:
Zend_Server_Method_CallbackSet object state from array of options
DetailssetType(
string $type
)
:
Zend_Server_Method_CallbackSet callback type
DetailstoArray(
)
:
arrayCast callback to array
Details