LogicalAnd implements AndInterface
Read onlyYes
FinalYes
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
Interfaces
- AndInterface
- Performs a logical conjunction of two other constraints.
Properties
Methods
- __construct() : mixed
- collectBoundVariableNames() : void
- getConstraint1() : ConstraintInterface
- getConstraint2() : ConstraintInterface
Properties
$constraint1
protected
ConstraintInterface
$constraint1
$constraint2
protected
ConstraintInterface
$constraint2
Methods
__construct()
public
__construct(ConstraintInterface $constraint1, ConstraintInterface $constraint2) : mixed
Parameters
- $constraint1 : ConstraintInterface
- $constraint2 : ConstraintInterface
collectBoundVariableNames()
public
collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : void
Parameters
- $boundVariables : array<string|int, mixed>
getConstraint1()
public
getConstraint1() : ConstraintInterface
Return values
ConstraintInterfacegetConstraint2()
public
getConstraint2() : ConstraintInterface