$query->bindings()
Attaches additional bindings to the query.
Parameters
Name | Type | Default |
---|---|---|
$bindings | array |
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 →