\Horde_Injector_Binder

Describes a binding class that is able to create concrete object instances.

Summary

Methods
Constants
create()
equals()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

create()

create(\Horde_Injector  $injector) : mixed

Create an instance.

Parameters

\Horde_Injector $injector

The injector should provide all required dependencies for creating the instance.

Returns

mixed —

The concrete instance.

equals()

equals(\Horde_Injector_Binder  $binder) : boolean

Determine if one binder equals another binder

Parameters

\Horde_Injector_Binder $binder

The binder to compare against $this.

Returns

boolean —

True if equal, false if not equal.