__call()
__construct()
__get()
__set()
__wakeup()
getMethods()
getNamespace()
setNamespace()
$config
$methods
$namespace
$reflection
Class/Object reflection
Proxies calls to a ReflectionClass object, and decorates getMethods() by creating its own list of Zend\Server\Reflection\ReflectionMethods.
__call(string $method, array $args) : mixed
string
array
\Zend\Server\Reflection\Exception\BadMethodCallException |
---|
mixed
__construct(\ReflectionClass $reflection, string $namespace, mixed $argv)
Create array of dispatchable methods, each a Zend\Server\Reflection\ReflectionMethod. Sets reflection object property.
\ReflectionClass
string
mixed
__get(string $key) : mixed
Values are retrieved by key from $config. Returns null if no value found.
string
mixed
__set(string $key, mixed $value) : void
__wakeup() : void
Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.
getMethods() : array
access | public |
---|
array
getNamespace() : string
string
setNamespace(string $namespace) : void
$config : array
$methods : array
$namespace : string