LogicalNot implements NotInterface
Read onlyYes
FinalYes
Performs a logical negation of another constraint.
To satisfy the Not constraint, the node-tuple must not satisfy constraint.
only to be used within Extbase, not part of TYPO3 Core API.
Table of Contents
Interfaces
- NotInterface
- Performs a logical negation of another constraint.
Properties
Methods
- __construct() : mixed
- collectBoundVariableNames() : void
- getConstraint() : ConstraintInterface
Properties
$constraint
protected
ConstraintInterface
$constraint
Methods
__construct()
public
__construct(ConstraintInterface $constraint) : mixed
Parameters
- $constraint : ConstraintInterface
collectBoundVariableNames()
public
collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : void
Parameters
- $boundVariables : array<string|int, mixed>
getConstraint()
public
getConstraint() : ConstraintInterface