Horde_Core_Factory_Notification
extends Horde_Core_Factory_Injector
in package
The abstract Horde injector class.
Tags
Table of Contents
Properties
- $_injector : Horde_Injector
- The injector.
- $_notify : Horde_Notification_Handler
- Singleton instance.
Methods
- __construct() : mixed
- Constructor.
- addApplicationHandlers() : mixed
- create() : mixed
- _getDriverName() : string
- Return the classname of the driver to load.
Properties
$_injector
The injector.
protected
Horde_Injector
$_injector
$_notify
Singleton instance.
protected
Horde_Notification_Handler
$_notify
Methods
__construct()
Constructor.
public
__construct(Horde_Injector $injector) : mixed
Parameters
- $injector : Horde_Injector
-
The injector to use.
addApplicationHandlers()
public
addApplicationHandlers() : mixed
create()
public
create(Horde_Injector $injector) : mixed
Parameters
- $injector : Horde_Injector
_getDriverName()
Return the classname of the driver to load.
protected
_getDriverName(string $driver, string $base) : string
Parameters
- $driver : string
-
Driver name.
- $base : string
-
The base classname.
Tags
Return values
string —Classname.