Documentation

Ingo_Factory_Storage extends Horde_Core_Factory_Base
in package

A Horde_Injector based Ingo_Storage factory.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

license

http://www.horde.org/licenses/apache ASL

Table of Contents

$_instances  : array<string|int, mixed>
Singleton instances.
create()  : Ingo_Storage
Return the Ingo_Storage instance.

Properties

$_instances

Singleton instances.

private array<string|int, mixed> $_instances = array()

Methods

create()

Return the Ingo_Storage instance.

public create([string $driver = null ][, array<string|int, mixed> $params = null ]) : Ingo_Storage
Parameters
$driver : string = null

Driver name.

$params : array<string|int, mixed> = null

Configuration parameters.

Tags
throws
Ingo_Exception
Return values
Ingo_Storage

The singleton instance.

Search results