Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Horde_Injector_Binder
PHP Interface Horde_Injector_Binder, horde
Author:
Bob Mckee (
[email protected]
)
Author:
James Pepin (
[email protected]
)
Show file
Open project: horde/horde
Interface Usage Examples
Public Methods
Method
Description
create
(
Horde_Injector
$injector
) :
mixed
Create an instance.
equals
(
Horde_Injector_Binder
$binder
) :
boolean
Determine if one binder equals another binder
Method Details
create()
public
method
Create an instance.
public
create
(
Horde_Injector
$injector
) :
mixed
$injector
Horde_Injector
The injector should provide all required dependencies for creating the instance.
return
mixed
The concrete instance.
equals()
public
method
Determine if one binder equals another binder
public
equals
(
Horde_Injector_Binder
$binder
) :
boolean
$binder
Horde_Injector_Binder
The binder to compare against $this.
return
boolean
True if equal, false if not equal.