Method | Description | |
---|---|---|
getBinder ( string $interface ) : Horde_Injector_Binder | null | Returns the Horde_Injector_Binder object mapped to the request interface if such a mapping exists | |
getInstance ( string $interface ) : object | Returns instance of requested object if proper configuration has been provided. |
public getInstance ( string $interface ) : object | ||
$interface | string | Interface name of object which is being requested. |
return | object |