HasFilterConditions
This trait defines the conditions filter helpers. We can combine filters with logical operators.
Tags
Table of Contents
Methods
- prepareFilterConditions() : string|null
- Prepares the filter clause with a collection of conditions.
Methods
prepareFilterConditions()
Prepares the filter clause with a collection of conditions.
public
prepareFilterConditions([array<string|int, mixed> $init = [] ][, array<string|int, mixed>|null &$binds = null ][, string $docRef = AQL::DOC ]) : string|null
Parameters
- $init : array<string|int, mixed> = []
- $binds : array<string|int, mixed>|null = null
- $docRef : string = AQL::DOC