Skip to content

Kirby 3.8.4

$query->bindings()

Attaches additional bindings to the query.

$query->bindings(array $bindings = null): Kirby\Database\Query|array

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 →

Parent class

Kirby\Database\Query