PHP Class Opensoft\Rollout\Storage\MongoDBStorageAdapter

Inheritance: implements Opensoft\Rollout\Storage\StorageInterface
Afficher le fichier Open project: opensoft/rollout Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $mongo, $collection = "rollout_feature" )
get ( $key )
getCollectionName ( )
remove ( $key )
set ( $key, $value )

Method Details

__construct() public méthode

public __construct ( $mongo, $collection = "rollout_feature" )

get() public méthode

public get ( $key )

getCollectionName() public méthode

public getCollectionName ( )

remove() public méthode

public remove ( $key )

set() public méthode

public set ( $key, $value )