TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface:
Tx_Extbase_Persistence_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 Tx_Extbase_Persistence_QOM_AndInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalAnd Tx_Extbase_Persistence_QOM_ComparisonInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\Comparison Tx_Extbase_Persistence_QOM_NotInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalNot Tx_Extbase_Persistence_QOM_OrInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalOr Tx_Extbase_Persistence_QOM_Statement

Public Member Functions

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

Member Function Documentation

◆ collectBoundVariableNames()

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