‪TYPO3CMS  10.4
QuerySettingsInterface.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
22 {
29  public function ‪setRespectStoragePage($respectStoragePage);
30 
36  public function ‪getRespectStoragePage();
37 
44  public function ‪setStoragePageIds(array $storagePageIds);
45 
51  public function ‪getStoragePageIds();
52 
60  public function ‪setRespectSysLanguage($respectSysLanguage);
61 
67  public function ‪getRespectSysLanguage();
68 
73  public function ‪setLanguageOverlayMode($languageOverlayMode);
74 
78  public function ‪getLanguageOverlayMode();
79 
84  public function ‪setLanguageUid($languageUid);
85 
89  public function ‪getLanguageUid();
90 
100  public function ‪setIgnoreEnableFields($ignoreEnableFields);
101 
111  public function ‪getIgnoreEnableFields();
112 
122  public function ‪setEnableFieldsToBeIgnored($enableFieldsToBeIgnored);
123 
131  public function ‪getEnableFieldsToBeIgnored();
132 
139  public function ‪setIncludeDeleted($includeDeleted);
140 
146  public function ‪getIncludeDeleted();
147 }
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getStoragePageIds
‪int[] getStoragePageIds()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getRespectStoragePage
‪bool getRespectStoragePage()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setRespectStoragePage
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setRespectStoragePage($respectStoragePage)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getRespectSysLanguage
‪bool getRespectSysLanguage()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getIncludeDeleted
‪bool getIncludeDeleted()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getIgnoreEnableFields
‪bool getIgnoreEnableFields()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getEnableFieldsToBeIgnored
‪string[] getEnableFieldsToBeIgnored()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setIncludeDeleted
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setIncludeDeleted($includeDeleted)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setStoragePageIds
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setStoragePageIds(array $storagePageIds)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getLanguageUid
‪int getLanguageUid()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface
Definition: QuerySettingsInterface.php:22
‪TYPO3\CMS\Extbase\Persistence\Generic
Definition: Backend.php:16
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setRespectSysLanguage
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setRespectSysLanguage($respectSysLanguage)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setLanguageUid
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setLanguageUid($languageUid)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setIgnoreEnableFields
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setIgnoreEnableFields($ignoreEnableFields)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setLanguageOverlayMode
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setLanguageOverlayMode($languageOverlayMode)
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getLanguageOverlayMode
‪bool string getLanguageOverlayMode()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setEnableFieldsToBeIgnored
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setEnableFieldsToBeIgnored($enableFieldsToBeIgnored)