PHP Class Ingo_Factory_Storage, horde

Inheritance: extends Horde_Core_Factory_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

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

Method Details

create() public méthode

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