ScopeInterface
in
Scope is an object for providing access to collections.
Table of Contents
- analyticsQuery() : AnalyticsResult
- collection() : CollectionInterface
- name() : string
- query() : QueryResult
Methods
analyticsQuery()
public
analyticsQuery(string $statement[, AnalyticsOptions $options = null ]) : AnalyticsResult
Parameters
- $statement : string
- $options : AnalyticsOptions = null
Return values
AnalyticsResult —collection()
public
collection(string $name) : CollectionInterface
Parameters
- $name : string
Return values
CollectionInterface —name()
public
name() : string
Return values
string —query()
public
query(string $statement[, QueryOptions $options = null ]) : QueryResult
Parameters
- $statement : string
- $options : QueryOptions = null