$_config
$_config : array
Optional configuration parameters; accessible via {@link __get} and {@link __set()}
Class/Object reflection
Proxies calls to a ReflectionClass object, and decorates getMethods() by creating its own list of Zend_Server_Reflection_Methods.
__construct(\ReflectionClass $reflection, string $namespace = null, mixed $argv = false) : void
Constructor
Create array of dispatchable methods, each a Zend_Server_Reflection_Method. Sets reflection object property.
\ReflectionClass | $reflection | |
string | $namespace | |
mixed | $argv |