Property | Type | Description | |
---|---|---|---|
$_indices | array | Indices list. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | ||
checkMongoIndices ( ) | ||
createMongoIndices ( ) |
Method | Description | |
---|---|---|
_loadFromBackend ( ) | ||
_removeUserData ( $user ) | ||
_storeBackend ( $action, $rule ) |
public __construct ( array $params = [] ) | ||
$params | array | Parameters: - collection: (string) The name of the storage collection. - mongo_db: (Horde_Mongo_Client) [REQUIRED] The DB instance. |