PHP Class Opensoft\Rollout\Storage\MongoDBStorageAdapter

Inheritance: implements Opensoft\Rollout\Storage\StorageInterface
Datei anzeigen 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 )