Horde_Core_Factory_KolabStorage
extends Horde_Core_Factory_Base
in package
A Horde_Injector:: based Horde_Kolab_Storage:: factory.
Copyright 2009-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
Properties
- $_injector : Horde_Injector
- The injector.
Methods
- __construct() : mixed
- Constructor.
- create() : Horde_Kolab_Storage
- Return the Horde_Kolab_Storage:: instance.
- _getDriverName() : string
- Return the classname of the driver to load.
- _setup() : null
- Setup the machinery to create Horde_Kolab_Session objects.
- _setupConfiguration() : null
- Provide configuration settings for Horde_Kolab_Session.
Properties
$_injector
The injector.
protected
Horde_Injector
$_injector
Methods
__construct()
Constructor.
public
__construct(Horde_Injector $injector) : mixed
Parameters
- $injector : Horde_Injector
-
The injector to use.
create()
Return the Horde_Kolab_Storage:: instance.
public
create() : Horde_Kolab_Storage
Return values
Horde_Kolab_Storage —The storage handler.
_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.
_setup()
Setup the machinery to create Horde_Kolab_Session objects.
private
_setup() : null
Return values
null_setupConfiguration()
Provide configuration settings for Horde_Kolab_Session.
private
_setupConfiguration() : null