NotInterface extends ConstraintInterface
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
Methods
Methods
collectBoundVariableNames()
public
collectBoundVariableNames(array<string|int, mixed> &$boundVariables) : mixed
Parameters
- $boundVariables : array<string|int, mixed>
getConstraint()
public
getConstraint() : ConstraintInterface