Zend Framework
1.12
|
Additional Inherited Members | |
![]() | |
__construct (Reflector $r, $namespace=null, $argv=array()) | |
Constructor. | |
__call ($method, $args) | |
Proxy reflection calls. | |
__get ($key) | |
Retrieve configuration parameters. | |
__set ($key, $value) | |
Set configuration parameters. | |
setNamespace ($namespace) | |
Set method's namespace. | |
getNamespace () | |
Return method's namespace. | |
setDescription ($string) | |
Set the description. | |
getDescription () | |
Retrieve the description. | |
getPrototypes () | |
Retrieve all prototypes as array of Zend_Server_Reflection_Prototypes. | |
getInvokeArguments () | |
Retrieve additional invocation arguments. | |
__wakeup () | |
Wakeup from serialization. | |
![]() | |
_addTree (Zend_Server_Reflection_Node $parent, $level=0) | |
Create signature node tree. | |
_buildTree () | |
Build the signature tree. | |
_buildSignatures ($return, $returnDesc, $paramTypes, $paramDesc) | |
Build method signatures. | |
_reflect () | |
Use code reflection to create method signatures. | |
![]() | |
$_reflection | |
$_argv = array() | |
$_config = array() | |
$_class | |
$_description = '' | |
$_namespace | |
$_prototypes = array() | |