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
Opensoft
Rollout
Storage
MongoDBStorageAdapter
PHP Class Opensoft\Rollout\Storage\MongoDBStorageAdapter
Inheritance:
implements
Opensoft\Rollout\Storage\StorageInterface
ファイルを表示
Open project: opensoft/rollout
Class Usage Examples
Public Methods
Method
Description
__construct
(
$mongo
,
$collection
= "rollout_feature" )
get
(
$key
)
getCollectionName
( )
remove
(
$key
)
set
(
$key
,
$value
)
Method Details
__construct()
public
method
public
__construct
(
$mongo
,
$collection
= "rollout_feature" )
get()
public
method
public
get
(
$key
)
getCollectionName()
public
method
public
getCollectionName
( )
remove()
public
method
public
remove
(
$key
)
set()
public
method
public
set
(
$key
,
$value
)