Ingo_Factory_Storage
extends Horde_Core_Factory_Base
in package
A Horde_Injector based Ingo_Storage factory.
Tags
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
Return values
Ingo_Storage —The singleton instance.