TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\AndInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\ComparisonInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\NotInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\Statement TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalAnd TYPO3\CMS\Extbase\Persistence\Generic\Qom\Comparison TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalOr

Public Member Functions

 collectBoundVariableNames (&$boundVariables)
 

Detailed Description

Filters the set of tuples formed by evaluating the query's sources and the joins between them.

To be included in the query results, a tuple must satisfy the constraint.

Definition at line 23 of file ConstraintInterface.php.

Member Function Documentation

◆ collectBoundVariableNames()

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