class AbstractQueryGrammar implements QueryGrammarInterface (View source)

Class QueryGrammar

Properties

static Query $query Property query.

Methods

getInstance(string $name)

getInstance

static string
build()

build

static Query
getQuery(bool $new = false)

getQuery

Details

at line line 39
static QueryGrammarInterface getInstance(string $name)

getInstance

Parameters

string $name

Return Value

QueryGrammarInterface

at line line 56
static string build()

build

Return Value

string

at line line 82
static Query getQuery(bool $new = false)

getQuery

Parameters

bool $new

Return Value

Query