‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockEnforceableQueryRestriction Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockEnforceableQueryRestriction:
TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockQueryRestriction TYPO3\CMS\Core\Database\Query\Restriction\EnforceableQueryRestrictionInterface TYPO3\CMS\Core\Database\Query\Restriction\QueryRestrictionInterface

Public Member Functions

 isEnforced ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockQueryRestriction
 buildExpression (array $queriedTables, ExpressionBuilder $expressionBuilder)
 

Detailed Description

Definition at line 22 of file MockEnforceableQueryRestriction.php.

Member Function Documentation

◆ isEnforced()

TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockEnforceableQueryRestriction::isEnforced ( )

When returning false, restriction will be removed when removeAll() is called on the container

Implements TYPO3\CMS\Core\Database\Query\Restriction\EnforceableQueryRestrictionInterface.

Definition at line 24 of file MockEnforceableQueryRestriction.php.