PHP Class Horde_Core_Factory_Nosql, horde

Inheritance: extends Horde_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( string $app = 'horde', string | array $backend = null ) : mixed Returns the instance.
createNosql ( $config )
getConfig ( $backend )

Method Details

create() public method

Returns the instance.
public create ( string $app = 'horde', string | array $backend = null ) : mixed
$app string The application.
$backend string | array The backend, see Horde::getDriverConfig(). If this is an array, this is used as the configuration array.
return mixed The singleton instance.

createNosql() public method

public createNosql ( $config )

getConfig() public method

public getConfig ( $backend )