‪TYPO3CMS  10.4
TYPO3\CMS\Frontend\Page\PageRepository Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\Page\PageRepository:
TYPO3\CMS\Core\Domain\Repository\PageRepository

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Domain\Repository\PageRepository
 __construct (Context $context=null)
 
array getPage ($uid, $disableGroupAccessCheck=false)
 
array getPage_noCheck ($uid)
 
array null getLanguageOverlay (string $table, array $row)
 
array getPageOverlay ($pageInput, $languageUid=null)
 
array getPagesOverlay (array $pagesInput, $languageUid=null)
 
bool isPageSuitableForLanguage (array $page, LanguageAspect $languageAspect)
 
mixed getRecordOverlay ($table, $row, $sys_language_content, $OLmode='')
 
array getMenu ($pageId, $fields=' *', $sortField='sorting', $additionalWhereClause='', $checkShortcuts=true)
 
array getMenuForPages (array $pageIds, $fields=' *', $sortField='sorting', $additionalWhereClause='', $checkShortcuts=true)
 
mixed getPageShortcut ($shortcutFieldValue, $shortcutMode, $thisUid, $iteration=20, $pageLog=[], $disableGroupCheck=false)
 
string bool getExtURL ($pagerow)
 
mixed getMountPointInfo ($pageId, $pageRec=false, $prevMountPids=[], $firstPageUid=0)
 
int[] filterAccessiblePageIds (array $pageIds, QueryRestrictionContainerInterface $restrictionContainer=null)
 
array int checkRecord ($table, $uid, $checkPage=0)
 
mixed getRawRecord ($table, $uid, $fields=' *')
 
string enableFields ($table, $show_hidden=-1, $ignore_array=[])
 
string getMultipleGroupsWhereClause ($field, $table)
 
 fixVersioningPid ($table, &$rr)
 
 versionOL ($table, &$row, $unsetMovePointers=false, $bypassEnableFieldsCheck=false)
 
mixed getWorkspaceVersionOfRecord ($workspace, $table, $uid, $fields=' *', $bypassEnableFieldsCheck=false)
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Domain\Repository\PageRepository
string $where_hid_del = ' AND pages.deleted=0'
 
string $where_groupAccess = ''
 
const DOKTYPE_DEFAULT = 1
 
const DOKTYPE_LINK = 3
 
const DOKTYPE_SHORTCUT = 4
 
const DOKTYPE_BE_USER_SECTION = 6
 
const DOKTYPE_MOUNTPOINT = 7
 
const DOKTYPE_SPACER = 199
 
const DOKTYPE_SYSFOLDER = 254
 
const DOKTYPE_RECYCLER = 255
 
const SHORTCUT_MODE_NONE = 0
 
const SHORTCUT_MODE_FIRST_SUBPAGE = 1
 
const SHORTCUT_MODE_RANDOM_SUBPAGE = 2
 
const SHORTCUT_MODE_PARENT_PAGE = 3
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Domain\Repository\PageRepository
 init ($show_hidden)
 
int[] getLanguageFallbackChain (?LanguageAspect $languageAspect)
 
array getPageOverlaysForLanguageUids (array $pageUids, array $languageUids)
 
array getSubpagesForPages (array $pageIds, string $fields=' *', string $sortField='sorting', string $additionalWhereClause='', bool $checkShortcuts=true, bool $parentPages=true)
 
array addMountPointParameterToPage (array $page)
 
array checkValidShortcutOfPage (array $page, $additionalWhereClause)
 
bool movePlhOL ($table, &$row)
 
int null getMovedPidOfVersionedRecord (string $table, int $liveUid)
 
array purgeComputedProperties (array $row)
 
VariableFrontend getRuntimeCache ()
 
 hasTableWorkspaceSupport (string $tableName)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Domain\Repository\PageRepository
int $sys_language_uid = 0
 
int $versioningWorkspaceId = 0
 
array $computedPropertyNames
 
Context $context
 

Detailed Description

Definition at line 21 of file LegacyClassesForIde.php.