Zend Framework  1.12
List of all members
Zend_Server_Reflection_Function Class Reference

Additional Inherited Members

- Public Member Functions inherited from Zend_Server_Reflection_Function_Abstract
 __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 Member Functions inherited from Zend_Server_Reflection_Function_Abstract
 _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.
 
- Protected Attributes inherited from Zend_Server_Reflection_Function_Abstract
 $_reflection
 
 $_argv = array()
 
 $_config = array()
 
 $_class
 
 $_description = ''
 
 $_namespace
 
 $_prototypes = array()