‪TYPO3CMS  9.5
QuerySettingsInterface.php
Go to the documentation of this file.
1 <?php
3 
4 /*
5  * This file is part of the TYPO3 CMS project.
6  *
7  * It is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU General Public License, either version 2
9  * of the License, or any later version.
10  *
11  * For the full copyright and license information, please read the
12  * LICENSE.txt file that was distributed with this source code.
13  *
14  * The TYPO3 project - inspiring people to share!
15  */
16 
21 {
28  public function ‪setRespectStoragePage($respectStoragePage);
29 
35  public function ‪getRespectStoragePage();
36 
43  public function ‪setStoragePageIds(array $storagePageIds);
44 
50  public function ‪getStoragePageIds();
51 
59  public function ‪setRespectSysLanguage($respectSysLanguage);
60 
66  public function ‪getRespectSysLanguage();
67 
72  public function ‪setLanguageOverlayMode($languageOverlayMode);
73 
77  public function ‪getLanguageOverlayMode();
78 
85  public function ‪setLanguageMode($languageMode);
86 
92  public function ‪getLanguageMode();
93 
98  public function ‪setLanguageUid($languageUid);
99 
103  public function ‪getLanguageUid();
104 
114  public function ‪setIgnoreEnableFields($ignoreEnableFields);
115 
125  public function ‪getIgnoreEnableFields();
126 
136  public function ‪setEnableFieldsToBeIgnored($enableFieldsToBeIgnored);
137 
145  public function ‪getEnableFieldsToBeIgnored();
146 
153  public function ‪setIncludeDeleted($includeDeleted);
154 
160  public function ‪getIncludeDeleted();
161 }
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getRespectStoragePage
‪bool getRespectStoragePage()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setLanguageMode
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setLanguageMode($languageMode)
‪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\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\getLanguageMode
‪string getLanguageMode()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getStoragePageIds
‪array getStoragePageIds()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getLanguageOverlayMode
‪mixed getLanguageOverlayMode()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\getLanguageUid
‪int getLanguageUid()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface
Definition: QuerySettingsInterface.php:21
‪TYPO3\CMS\Extbase\Persistence\Generic
Definition: Backend.php:2
‪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\getEnableFieldsToBeIgnored
‪array getEnableFieldsToBeIgnored()
‪TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface\setEnableFieldsToBeIgnored
‪TYPO3 CMS Extbase Persistence Generic QuerySettingsInterface setEnableFieldsToBeIgnored($enableFieldsToBeIgnored)