Свойство | Type | Description | |
---|---|---|---|
$isSingle | boolean |
Свойство | Type | Description | |
---|---|---|---|
$args | array | ||
$filterBuildingPoint | null | object |
Méthode | Description | |
---|---|---|
addSort ( $field, $order = 'asc' ) | ||
bool ( $callable, $relation = 'must' ) | ||
getArgs ( ) | ||
must ( $input ) | ||
setFrom ( $from ) | ||
setMinScore ( $score ) | ||
setQuery ( $query ) | ||
setSize ( $size ) | ||
setSort ( $field, $order = 'asc' ) | ||
should ( $input ) | ||
where ( string | array $arg1, string | array | null $arg2 = null, string | array | null $arg3 = null, boolean $not = false ) | examples: where(['age' => 20, 'name' => 'John']) where('age', 20) where('age', [20, 21]) //warning: handled as ”in” where('age', 'in', [20, 21]) // 20 or 21 where('age', '=', [20, 21]) // exact match where('age', '==', [20, 21]) // same as above where('age', '!=', 20) where('age', 'exists', true) //warning: arg3 is needed or else it will check if age = 'exists'. | |
whereNot ( $arg1, $arg2 = null, $arg3 = null ) |
Méthode | Description | |
---|---|---|
builderConstruct ( ) |