getMethodDependencies()
getMethodDependencies(\Horde_Injector $injector, \ReflectionMethod $method) : array
Parameters
\Horde_Injector | $injector | |
\ReflectionMethod | $method |
Throws
- \Horde_Injector_Exception
This is a simple class that uses reflection to figure out the dependencies of a method and attempts to return them using the Injector instance.
getMethodDependencies(\Horde_Injector $injector, \ReflectionMethod $method) : array
\Horde_Injector | $injector | |
\ReflectionMethod | $method |
getParameterDependency(\Horde_Injector $injector, \ReflectionParameter $parameter) : mixed
\Horde_Injector | $injector | |
\ReflectionParameter | $parameter |