When getting current conditions and none are configured for the query,
will ask the bound entity for its conditions instead.
public conditions ( string | array | null $conditions = null ) : string | |
||
$conditions | string | array | null | Condition/s to append to existing conditions. Provide `null` to get current conditions. |
return | string | |
Either the currrent conditions when $conditions is `null` or the query itself when setting the conditions. |