jDaoCondition
in package
content a sub group of conditions
Tags
Table of Contents
- $conditions : mixed
- the conditions in this group
- $glueOp : mixed
- the kind of group (AND/OR)
- $group : mixed
- the sub groups
- $parent : mixed
- the parent group if any
- __construct() : mixed
- isEmpty() : mixed
Properties
$conditions
the conditions in this group
public
mixed
$conditions
= array()
$glueOp
the kind of group (AND/OR)
public
mixed
$glueOp
$group
the sub groups
public
mixed
$group
= array()
$parent
the parent group if any
public
mixed
$parent
=
ull
Methods
__construct()
public
__construct([mixed $glueOp = 'AND' ][, mixed $parent = null ]) : mixed
Parameters
- $glueOp : mixed = 'AND'
- $parent : mixed = null
Return values
mixed —isEmpty()
public
isEmpty() : mixed