Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Server_Reflection_Class $class, ReflectionMethod $r, $namespace=null, $argv=array()) | |
Constructor. | |
getDeclaringClass () | |
Return the reflection for the class that defines this method. | |
__wakeup () | |
Wakeup from serialization. | |
![]() | |
__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. | |
Protected Attributes | |
$_class | |
$_classReflection | |
![]() | |
$_reflection | |
$_argv = array() | |
$_config = array() | |
$_class | |
$_description = '' | |
$_namespace | |
$_prototypes = array() | |
Additional Inherited Members | |
![]() | |
_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. | |
__construct | ( | Zend_Server_Reflection_Class | $class, |
ReflectionMethod | $r, | ||
$namespace = null , |
|||
$argv = array() |
|||
) |
Constructor.
Zend_Server_Reflection_Class | $class | |
ReflectionMethod | $r | |
string | $namespace | |
array | $argv |
__wakeup | ( | ) |
Wakeup from serialization.
Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.
getDeclaringClass | ( | ) |
Return the reflection for the class that defines this method.
|
protected |
|
protected |