\Horde_Injector_DependencyFinder

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.

Summary

Methods
Properties
Constants
getMethodDependencies()
getParameterDependency()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getMethodDependencies()

getMethodDependencies(\Horde_Injector  $injector, \ReflectionMethod  $method) : array

Parameters

\Horde_Injector $injector
\ReflectionMethod $method

Throws

\Horde_Injector_Exception

Returns

array

getParameterDependency()

getParameterDependency(\Horde_Injector  $injector, \ReflectionParameter  $parameter) : mixed

Parameters

\Horde_Injector $injector
\ReflectionParameter $parameter

Throws

\Horde_Injector_Exception

Returns

mixed