jDaoCondition
in package
content a sub group of conditions.
Tags
Table of Contents
- $conditions : array<string|int, mixed>
- the conditions in this group.
- $glueOp : string
- the kind of group (AND/OR).
- $group : array<string|int, jDaoCondition>
- the sub groups.
- $parent : jDaoCondition
- the parent group if any.
- __construct() : mixed
- isEmpty() : mixed
Properties
$conditions
the conditions in this group.
public
array<string|int, mixed>
$conditions
= array()
contains these items:
- field_id
- field_pattern
- value
- operator
Tags
$glueOp
the kind of group (AND/OR).
public
string
$glueOp
Tags
$group
the sub groups.
public
array<string|int, jDaoCondition>
$group
= array()
Tags
$parent
the parent group if any.
public
jDaoCondition
$parent
Tags
Methods
__construct()
public
__construct([mixed $glueOp = 'AND' ][, jDaoCondition $parent = null ]) : mixed
Parameters
- $glueOp : mixed = 'AND'
- $parent : jDaoCondition = null
Tags
Return values
mixed —isEmpty()
public
isEmpty() : mixed