‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Persistence\Generic\Qom\NotInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\NotInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot

Public Member Functions

ConstraintInterface getConstraint ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface
 collectBoundVariableNames (&$boundVariables)
 

Detailed Description

Performs a logical negation of another constraint.

To satisfy the Not constraint, the node-tuple must not satisfy constraint.

Definition at line 23 of file NotInterface.php.

Member Function Documentation

◆ getConstraint()

ConstraintInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\NotInterface::getConstraint ( )

Gets the constraint negated by this Not constraint.

Returns
ConstraintInterface the constraint; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot.