CollectionManager
Table of Contents
-
createCollection()
: mixed
-
createScope()
: mixed
-
dropCollection()
: mixed
-
dropScope()
: mixed
-
getAllScopes()
: array<string|int, mixed>
-
getScope()
: ScopeSpec
createCollection()
public
createCollection(CollectionSpec $collection) : mixed
Parameters
-
$collection
: CollectionSpec
-
Return values
mixed
—
createScope()
public
createScope(string $name) : mixed
Parameters
-
$name
: string
-
Return values
mixed
—
dropCollection()
public
dropCollection(CollectionSpec $collection) : mixed
Parameters
-
$collection
: CollectionSpec
-
Return values
mixed
—
dropScope()
public
dropScope(string $name) : mixed
Parameters
-
$name
: string
-
Return values
mixed
—
getAllScopes()
public
getAllScopes() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getScope()
public
getScope(string $name) : ScopeSpec
Parameters
-
$name
: string
-
Return values
ScopeSpec
—