TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\NotInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface Tx_Extbase_Persistence_QOM_LogicalNot

Public Member Functions

 __construct (ConstraintInterface $constraint)
 
 collectBoundVariableNames (&$boundVariables)
 
 getConstraint ()
 

Protected Attributes

 $constraint
 

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 LogicalNot.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot::__construct ( ConstraintInterface  $constraint)
Parameters
ConstraintInterface$constraint

Definition at line 31 of file LogicalNot.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot\$constraint.

Member Function Documentation

◆ collectBoundVariableNames()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot::collectBoundVariableNames ( $boundVariables)

Fills an array with the names of all bound variables in the constraint

Parameters
array&$boundVariables
Returns
void

Implements TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface.

Definition at line 41 of file LogicalNot.php.

◆ getConstraint()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot::getConstraint ( )

Gets the constraint negated by this Not constraint.

Returns
ConstraintInterface the constraint; non-null

Implements TYPO3\CMS\Extbase\Persistence\Generic\Qom\NotInterface.

Definition at line 50 of file LogicalNot.php.

References TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot\$constraint.

Member Data Documentation

◆ $constraint

TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot::$constraint
protected