\Ingo_Factory_Storage

A Horde_Injector based Ingo_Storage factory.

Summary

Methods
Properties
Constants
create()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_instances
N/A

Properties

$_instances

$_instances : array

Singleton instances.

Type

array

Methods

create()

create(string  $driver = null, array  $params = null) : \Ingo_Storage

Return the Ingo_Storage instance.

Parameters

string $driver

Driver name.

array $params

Configuration parameters.

Throws

\Ingo_Exception

Returns

\Ingo_Storage

The singleton instance.