$query->bindings()
Attaches additional bindings to the query.
$query->bindings(array $bindings = null): array|Kirby\Database\Query
Parameters
Name | Type | Default | Description |
---|---|---|---|
$bindings | array |
null |
Array of bindings or null to use this method as getter |
Return type
array
|Kirby\Database\Query