TYPO3 CMS  TYPO3_6-2
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 Tx_Extbase_Persistence_QOM_NotInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot Tx_Extbase_Persistence_QOM_LogicalNot

Public Member Functions

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Performs a logical negation of another constraint.

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

Definition at line 21 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.