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_Binder_Implementation

TODO

Horde_Injector_Binder_Implementation implements Horde_Injector_Binder
Package: Injector
Category: Horde
Author: Bob Mckee bmckee@bywires.com
Author: James Pepin james@jamespepin.com
Located at Horde/Injector/Binder/Implementation.php
Methods summary
public
# __construct( mixed $implementation, Horde_Injector_DependencyFinder $finder = null )

TODO

TODO

public TODO
# getImplementation( )

TODO

TODO

Returns

TODO
public boolean
# equals( Horde_Injector_Binder $otherBinder )

TODO

TODO

Parameters

$otherBinder
<p>$binder The binder to compare against $this.</p>

Returns

boolean
Equality.

Implementation of

Horde_Injector_Binder::equals()
public mixed
# create( Horde_Injector $injector )

TODO

TODO

Parameters

$injector
<p>The injector should provide all required dependencies for creating the instance.</p>

Returns

mixed
The concrete instance.

Implementation of

Horde_Injector_Binder::create()
API documentation generated by ApiGen