Kronolith_Factory_Calendars
in package
The factory for the calendars handler.
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Tags
Table of Contents
- $_injector : Horde_Injector
- The injector.
- $_instances : array<string|int, mixed>
- Calendars drivers already created.
- __construct() : mixed
- Constructor.
- create() : Kronolith_Calendars_Base
- Return a Kronolith_Calendars_Base instance.
Properties
$_injector
The injector.
private
Horde_Injector
$_injector
$_instances
Calendars drivers already created.
private
array<string|int, mixed>
$_instances
= array()
Methods
__construct()
Constructor.
public
__construct(Horde_Injector $injector) : mixed
Parameters
- $injector : Horde_Injector
-
The injector to use.
Return values
mixed —create()
Return a Kronolith_Calendars_Base instance.
public
create() : Kronolith_Calendars_Base