PHP Class Horde_Core_Factory_Data, horde

Copyright 2010-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
create ( string $driver, array $params = [] ) : Horde_Data_Driver Return the Horde_Data:: instance.

Method Details

create() public method

Return the Horde_Data:: instance.
public create ( string $driver, array $params = [] ) : Horde_Data_Driver
$driver string The driver.
$params array Driver parameters.
return Horde_Data_Driver The instance.