Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Horde_Core_Factory_Nosql
PHP Class Horde_Core_Factory_Nosql, horde
See link:
http://pear.horde.org/index.php?package=Core
Author:
Michael Slusarz (
[email protected]
)
Inheritance:
extends
Horde_Core_Factory_Base
ファイルを表示
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
)