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 = ''
string $_function = ''
string $_method = ''
string $_type = ''
array $_types = 'array'
__construct(
null|array $options
=
null
)
:
void
Constructor
getClass(
)
:
string|null
Get callback class
getFunction(
)
:
null|string
Get callback function
getMethod(
)
:
null|string
Get callback class method
getType(
)
:
string
Get callback type
setClass(
string $class
)
:
Zend_Server_Method_Callback
Set callback class
setFunction(
string $function
)
:
Zend_Server_Method_Callback
Set callback function
setMethod(
string $method
)
:
Zend_Server_Method_Callback
Set callback class method
setOptions(
array $options
)
:
Zend_Server_Method_Callback
Set object state from array of options
setType(
string $type
)
:
Zend_Server_Method_Callback
Set callback type
toArray(
)
:
array
Cast callback to array