Jelix 1.7.18

jDaoCondition
in package

content a sub group of conditions.

Tags
subpackage

dao

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

Methods

Search results