AndInterface extends ConstraintInterface
Performs a logical conjunction of two other constraints.
To satisfy the And constraint, a node-tuple must satisfy both constraint1 and constraint2.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Methods
- collectBoundVariableNames() : mixed
- getConstraint1() : ConstraintInterface
- getConstraint2() : ConstraintInterface
Methods
collectBoundVariableNames()
public
collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : mixed
Parameters
- $boundVariables : array<string|int, mixed>
getConstraint1()
public
getConstraint1() : ConstraintInterface
Return values
ConstraintInterfacegetConstraint2()
public
getConstraint2() : ConstraintInterface