class CollectionManager (View source)

Methods

getScope(string $name)

No description

array
getAllScopes()

No description

createScope(string $name)

No description

dropScope(string $name)

No description

createCollection(CollectionSpec $collection)

No description

dropCollection(CollectionSpec $collection)

No description

Details

ScopeSpec getScope(string $name)

No description

Parameters

string $name

Return Value

ScopeSpec

array getAllScopes()

No description

Return Value

array

createScope(string $name)

No description

Parameters

string $name

dropScope(string $name)

No description

Parameters

string $name

createCollection(CollectionSpec $collection)

No description

Parameters

CollectionSpec $collection

dropCollection(CollectionSpec $collection)

No description

Parameters

CollectionSpec $collection