class AnalyticsQuery (View source)

Represents a Analytics query (currently experimental support).

Methods

static AnalyticsQuery
fromString(string $statement)

Creates new AnalyticsQuery instance directly from the string.

Details

static AnalyticsQuery fromString(string $statement)

Creates new AnalyticsQuery instance directly from the string.

Parameters

string $statement

statement string

Return Value

AnalyticsQuery