‪TYPO3CMS  ‪main
QuerySettingsInterface.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 /*
6  * This file is part of the TYPO3 CMS project.
7  *
8  * It is free software; you can redistribute it and/or modify it under
9  * the terms of the GNU General Public License, either version 2
10  * of the License, or any later version.
11  *
12  * For the full copyright and license information, please read the
13  * LICENSE.txt file that was distributed with this source code.
14  *
15  * The TYPO3 project - inspiring people to share!
16  */
17 
19 
21 
26 {
33  public function ‪setRespectStoragePage(bool $respectStoragePage): self;
34 
40  public function ‪getRespectStoragePage(): bool;
41 
48  public function ‪setStoragePageIds(array $storagePageIds): self;
49 
55  public function ‪getStoragePageIds(): array;
56 
64  public function ‪setRespectSysLanguage(bool $respectSysLanguage): self;
65 
71  public function ‪getRespectSysLanguage(): bool;
72 
82  public function ‪setIgnoreEnableFields(bool $ignoreEnableFields): self;
83 
92  public function ‪getIgnoreEnableFields(): bool;
93 
103  public function ‪setEnableFieldsToBeIgnored(array $enableFieldsToBeIgnored): self;
104 
112  public function ‪getEnableFieldsToBeIgnored(): array;
113 
120  public function ‪setIncludeDeleted(bool $includeDeleted): self;
121 
125  public function ‪getIncludeDeleted(): bool;
126 
128 
133  public function ‪setLanguageAspect(‪LanguageAspect $languageAspect): self;
134 }
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getLanguageAspect
‪getLanguageAspect()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getStoragePageIds
‪int[] getStoragePageIds()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getRespectStoragePage
‪bool getRespectStoragePage()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setIncludeDeleted
‪$this setIncludeDeleted(bool $includeDeleted)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setIgnoreEnableFields
‪$this setIgnoreEnableFields(bool $ignoreEnableFields)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getIncludeDeleted
‪getIncludeDeleted()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setLanguageAspect
‪$this setLanguageAspect(LanguageAspect $languageAspect)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getRespectSysLanguage
‪bool getRespectSysLanguage()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getEnableFieldsToBeIgnored
‪string[] getEnableFieldsToBeIgnored()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setStoragePageIds
‪$this setStoragePageIds(array $storagePageIds)
‪TYPO3\CMS\Core\Context\LanguageAspect
Definition: LanguageAspect.php:57
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface
Definition: QuerySettingsInterface.php:26
‪TYPO3\CMS\Extbase\Persistence\Generic
Definition: Backend.php:18
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getIgnoreEnableFields
‪getIgnoreEnableFields()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setEnableFieldsToBeIgnored
‪$this setEnableFieldsToBeIgnored(array $enableFieldsToBeIgnored)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setRespectStoragePage
‪$this setRespectStoragePage(bool $respectStoragePage)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setRespectSysLanguage
‪$this setRespectSysLanguage(bool $respectSysLanguage)