PHP Class Horde_Core_Factory_Crypt, 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_Crypt Return the Horde_Crypt:: instance.

Method Details

create() public method

Return the Horde_Crypt:: instance.
public create ( string $driver, array $params = [] ) : Horde_Crypt
$driver string The driver name.
$params array Any parameters needed by the driver.
return Horde_Crypt The instance.