Public Member Functions | |
| __construct ($conditions, $pipe="") | |
| show () | |
| setPipe ($pipe) | |
| toString ($with_value=true) | |
| getArguments () | |
Public Attributes | |
| $conditions | |
| $pipe | |
| $_group | |
| $_show | |
Definition at line 9 of file ConditionGroup.class.php.
| ConditionGroup::__construct | ( | $conditions, | |
$pipe = "" |
|||
| ) |
constructor
| array | $conditions | |
| string | $pipe |
Definition at line 32 of file ConditionGroup.class.php.
| ConditionGroup::getArguments | ( | ) |
| ConditionGroup::setPipe | ( | $pipe | ) |
Definition at line 59 of file ConditionGroup.class.php.
| ConditionGroup::show | ( | ) |
Definition at line 54 of file ConditionGroup.class.php.
| ConditionGroup::toString | ( | $with_value = true | ) |
value to string
| boolean | $with_value |
Definition at line 73 of file ConditionGroup.class.php.
| ConditionGroup::$_group |
Definition at line 23 of file ConditionGroup.class.php.
| ConditionGroup::$_show |
Definition at line 24 of file ConditionGroup.class.php.
| ConditionGroup::$conditions |
Definition at line 16 of file ConditionGroup.class.php.
| ConditionGroup::$pipe |
Definition at line 22 of file ConditionGroup.class.php.
1.8.5