Property | Type | Description | |
---|---|---|---|
$_db | MongoCollection | The MongoDB Collection object for the cache data. | |
$_indices | array | Indices list. |
Method | Description | |
---|---|---|
__construct ( string $user, array $params = [] ) | Constructor. | |
checkMongoIndices ( ) | ||
createMongoIndices ( ) | ||
get ( $scope_ob ) | ||
listScopes ( ) | ||
remove ( $scope = null, $pref = null ) | ||
store ( $scope_ob ) |
public __construct ( string $user, array $params = [] ) | ||
$user | string | The username. |
$params | array | Configuration parameters.
- collection: (string) The collection name. - mongo_db: (Horde_Mongo_Client) [REQUIRED] A MongoDB client object. |
protected MongoCollection $_db | ||
return | MongoCollection |