Overview

Packages

  • Injector

Classes

  • Horde_Injector
  • Horde_Injector_Binder_AnnotatedSetters
  • Horde_Injector_Binder_Closure
  • Horde_Injector_Binder_Factory
  • Horde_Injector_Binder_Implementation
  • Horde_Injector_DependencyFinder
  • Horde_Injector_Exception
  • Horde_Injector_TopLevel

Interfaces

  • Horde_Injector_Binder
  • Horde_Injector_Scope
  • Overview
  • Package
  • Class
  • Tree

Class 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.

Package: Injector
Category: Horde
Author: Bob Mckee bmckee@bywires.com
Author: James Pepin james@jamespepin.com
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Injector/DependencyFinder.php
Methods summary
public array
# getMethodDependencies( Horde_Injector $injector, ReflectionMethod $method )

TODO

TODO

Parameters

$injector
TODO
$method
TODO

Returns

array
TODO

Throws

Horde_Injector_Exception
public mixed
# getParameterDependency( Horde_Injector $injector, ReflectionParameter $parameter )

TODO

TODO

Parameters

$injector
TODO
$parameter
$method TODO

Returns

mixed
TODO

Throws

Horde_Injector_Exception
API documentation generated by ApiGen