‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Persistence\Generic\Qom\AndInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\AndInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalAnd

Public Member Functions

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

Detailed Description

Performs a logical conjunction of two other constraints.

To satisfy the And constraint, a node-tuple must satisfy both constraint1 and constraint2.

Definition at line 24 of file AndInterface.php.

Member Function Documentation

◆ getConstraint1()

TYPO3 CMS Extbase Persistence Generic Qom ConstraintInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\AndInterface::getConstraint1 ( )

Gets the first constraint.

Returns
‪\TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface the constraint

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalAnd.

◆ getConstraint2()

TYPO3 CMS Extbase Persistence Generic Qom ConstraintInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\AndInterface::getConstraint2 ( )

Gets the second constraint.

Returns
‪\TYPO3\CMS\Extbase\Persistence\Generic\Qom\ConstraintInterface the constraint

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\LogicalAnd.