‪TYPO3CMS  11.5
TYPO3\CMS\Core\Domain\Page Class Reference
Inheritance diagram for TYPO3\CMS\Core\Domain\Page:

Public Member Functions

 __construct (array $properties)
 
 getLanguageId ()
 
 getPageId ()
 
 toArray ()
 

Protected Attributes

array $specialPropertyNames
 
array $specialProperties = []
 

Detailed Description

not part of public API, as this needs to be streamlined and proven

Definition at line 23 of file Page.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Domain\Page::__construct ( array  $properties)

Definition at line 42 of file Page.php.

Member Function Documentation

◆ getLanguageId()

TYPO3\CMS\Core\Domain\Page::getLanguageId ( )

Definition at line 53 of file Page.php.

◆ getPageId()

TYPO3\CMS\Core\Domain\Page::getPageId ( )

Definition at line 58 of file Page.php.

◆ toArray()

TYPO3\CMS\Core\Domain\Page::toArray ( )

Definition at line 64 of file Page.php.

Member Data Documentation

◆ $specialProperties

array TYPO3\CMS\Core\Domain\Page::$specialProperties = []
protected

Definition at line 40 of file Page.php.

◆ $specialPropertyNames

array TYPO3\CMS\Core\Domain\Page::$specialPropertyNames
protected
Initial value:
= [
'_language',
'_LOCALIZED_UID',
'_MP_PARAM',
'_ORIG_uid',
'_ORIG_pid',
'_SHORTCUT_ORIGINAL_PAGE_UID',
'_PAGES_OVERLAY',
'_PAGES_OVERLAY_UID',
'_PAGES_OVERLAY_LANGUAGE',
'_PAGES_OVERLAY_REQUESTEDLANGUAGE',
]

Definition at line 27 of file Page.php.