PHP Class Horde_Core_Factory_KolabStorage, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Injector $injector )
create ( ) : Horde_Kolab_Storage Return the Horde_Kolab_Storage:: instance.

Private Methods

Method Description
_setup ( ) : null Setup the machinery to create Horde_Kolab_Session objects.
_setupConfiguration ( ) : null Provide configuration settings for Horde_Kolab_Session.

Method Details

__construct() public method

public __construct ( Horde_Injector $injector )
$injector Horde_Injector

create() public method

Return the Horde_Kolab_Storage:: instance.
public create ( ) : Horde_Kolab_Storage
return Horde_Kolab_Storage The storage handler.