TYPO3 CMS  TYPO3_8-7
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

 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 22 of file NotInterface.php.

Member Function Documentation

◆ getConstraint()

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.