TYPO3 CMS  TYPO3_7-6
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

Public Member Functions

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

Protected Attributes

 $constraint
 

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

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 32 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 43 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 53 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