PHP Class Ingo_Factory_Storage, horde

Inheritance: extends Horde_Core_Factory_Base
Mostra file Open project: horde/horde

Public Methods

Method Description
create ( string $driver = null, array $params = null ) : Ingo_Storage Return the Ingo_Storage instance.

Method Details

create() public method

Return the Ingo_Storage instance.
public create ( string $driver = null, array $params = null ) : Ingo_Storage
$driver string Driver name.
$params array Configuration parameters.
return Ingo_Storage The singleton instance.