reflectClass()
reflectClass(string|object $class, null|array $argv = false, string $namespace = '') : \Zend_Server_Reflection_Class
Perform class reflection to create dispatch signatures
Creates a Zend_Server_Reflection_Class object for the class or object provided.
If extra arguments should be passed to dispatchable methods, these may be provided as an array to $argv.
Parameters
string|object | $class | Class name or object |
null|array | $argv | Optional arguments to be used during the method call |
string | $namespace | Optional namespace with which to prefix the method name (used for the signature key). Primarily to avoid collisions, also for XmlRpc namespacing |
Throws
- \Zend_Server_Reflection_Exception