$query->having()
Attaches an additional having clause
$query->having(...$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.