$query->bindings()
Attaches additional bindings to the query.
$query->bindings(?array $bindings = null): Kirby\Database\Query|array
Parameters
| Name | Type | Default |
|---|---|---|
| $bindings | array|null |
null |
Return type
Kirby\Database\Query|array
This method does not modify the existing $query object but returns a new object with the changes applied. Learn more →