Zend_Server_Reflection_ClassClass/Object reflection
Proxies calls to a ReflectionClass object, and decorates getMethods() by creating its own list of Zend_Server_Reflection_Methods.
Located in /Zend/Server/Reflection/Class.php (line 44)
array
$_config
= array() (line 51)
Optional configuration parameters; accessible via __get and
array
$_methods
= array() (line 57)
Array of Zend_Server_Reflection_Methods
string
$_namespace
= null (line 63)
Namespace
ReflectionClass
$_reflection
(line 69)
ReflectionClass object
Constructor __construct (line 82)
Constructor
Create array of dispatchable methods, each a Zend_Server_Reflection_Method. Sets reflection object property.
getMethods (line 154)
Return array of dispatchable Zend_Server_Reflection_Methods.
getNamespace (line 164)
Get namespace for this class
setNamespace (line 175)
Set namespace for this class
__call (line 107)
Proxy reflection calls
__get (line 125)
Retrieve configuration parameters
Values are retrieved by key from $_config. Returns null if no value found.
__set (line 143)
Set configuration parameters
Values are stored by $key in $_config.
__wakeup (line 197)
Wakeup from serialization
Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.
Documentation generated on Wed, 21 Feb 2007 11:46:11 -0800 by phpDocumentor 1.3.1