Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Horde_Core_Factory_Nosql
PHP 클래스 Horde_Core_Factory_Nosql, horde
링크 보기:
http://pear.horde.org/index.php?package=Core
저자:
Michael Slusarz (
[email protected]
)
상속:
extends
Horde_Core_Factory_Base
파일 보기
프로젝트 열기: horde/horde
공개 메소드들
메소드
설명
create
(
string
$app
= 'horde',
string
|
array
$backend
= null ) :
mixed
Returns the instance.
createNosql
(
$config
)
getConfig
(
$backend
)
메소드 상세
create()
공개
메소드
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.
리턴
mixed
The singleton instance.
createNosql()
공개
메소드
public
createNosql
(
$config
)
getConfig()
공개
메소드
public
getConfig
(
$backend
)