$query->where()
Attaches an additional where clause
$query->where(...$args): Kirby\Database\Query
Parameters
Name | Type | Default |
---|---|---|
...$args | mixed |
no default value |
Return type
This method modifies the existing $query
object it is applied to and returns it again.