getBinder()
getBinder(string $interface) : \Horde_Injector_Binder_ImplementationWithSetters
Get an Implementation Binder that maps the $interface to itself.
Parameters
string | $interface | The interface to retrieve binding information for. |
Returns
\Horde_Injector_Binder_ImplementationWithSetters —A new binding object that maps the interface to itself, with setter injection.