![]() |
TYPO3
7.6
|
Public Member Functions | |
getConstraint1 () | |
getConstraint2 () | |
![]() | |
collectBoundVariableNames (&$boundVariables) | |
Performs a logical disjunction of two other constraints.
To satisfy the Or constraint, the node-tuple must either: satisfy constraint1 but not constraint2, or satisfy constraint2 but not constraint1, or satisfy both constraint1 and constraint2.
Definition at line 25 of file OrInterface.php.
getConstraint1 | ( | ) |
Gets the first constraint.
Implemented in LogicalOr.
getConstraint2 | ( | ) |
Gets the second constraint.
Implemented in LogicalOr.