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 definition metadata
Zend_Server_Method_Callback $_callback = ''
Detailsarray $_invokeArguments = 'array'
Detailsstring $_methodHelp = ''
Detailsstring $_name = ''
Detailsnull|object $_object = ''
Detailsarray $_prototypes = 'array'
Details__construct(
null|array $options
=
null
)
:
voidConstructor
DetailsaddPrototype(
array|Zend_Server_Method_Prototype $prototype
)
:
Zend_Server_Method_DefinitionAdd prototype to method definition
DetailsaddPrototypes(
array $prototypes
)
:
Zend_Server_Method_DefinitionAdd multiple prototypes at once
DetailsgetCallback(
)
:
Zend_Server_Method_CallbackGet method callback
DetailsgetInvokeArguments(
)
:
arrayRetrieve invoke arguments
DetailsgetMethodHelp(
)
:
stringGet method help
DetailsgetName(
)
:
stringGet method name
DetailsgetObject(
)
:
null|objectGet object to use with method calls
DetailsgetPrototypes(
)
:
arrayGet all prototypes
DetailssetCallback(
array|Zend_Server_Method_Callback $callback
)
:
Zend_Server_Method_DefinitionSet method callback
DetailssetInvokeArguments(
array $invokeArguments
)
:
Zend_Server_Method_DefinitionSet invoke arguments
DetailssetMethodHelp(
string $methodHelp
)
:
Zend_Server_Method_DefinitionSet method help
DetailssetName(
string $name
)
:
Zend_Server_Method_DefinitionSet method name
DetailssetObject(
object $object
)
:
Zend_Server_Method_DefinitionSet object to use with method calls
DetailssetOptions(
array $options
)
:
Zend_Server_Method_DefinitionSet object state from options
DetailssetPrototypes(
array $prototypes
)
:
Zend_Server_Method_DefinitionSet all prototypes at once (overwrites)
DetailstoArray(
)
:
arraySerialize to array
Details