PageInformation
FinalYes
This DTO carries various Frontend rendering related page information. It is set up by a Frontend middleware and attached to as 'frontend.page.information' Request attribute.
Still experimental
Table of Contents
Methods
- getContentFromPid() : int
- getId() : int
- getLocalRootLine() : array<string|int, mixed>
- getMountPoint() : string
- getOriginalMountPointPageRecord() : array<string|int, mixed>|null
- getOriginalShortcutPageRecord() : array<string|int, mixed>|null
- getPageLayout() : PageLayout|null
- getPageRecord() : array<string|int, mixed>
- getRootLine() : array<string|int, mixed>
- getSysTemplateRows() : array<string|int, mixed>
- setContentFromPid() : void
- setId() : void
- setLocalRootLine() : void
- setMountPoint() : void
- setOriginalMountPointPageRecord() : void
- setOriginalShortcutPageRecord() : void
- setPageLayout() : void
- setPageRecord() : void
- setRootLine() : void
- setSysTemplateRows() : void
Methods
getContentFromPid()
public
getContentFromPid() : int
Only to be read by core
Return values
intgetId()
public
getId() : int
Return values
intgetLocalRootLine()
public
getLocalRootLine() : array<string|int, mixed>
Return values
array<string|int, mixed>getMountPoint()
public
getMountPoint() : string
Only to be read by core
Return values
stringgetOriginalMountPointPageRecord()
public
getOriginalMountPointPageRecord() : array<string|int, mixed>|null
Only to be read by core
Return values
array<string|int, mixed>|nullgetOriginalShortcutPageRecord()
public
getOriginalShortcutPageRecord() : array<string|int, mixed>|null
Only to be read by core
Return values
array<string|int, mixed>|nullgetPageLayout()
public
getPageLayout() : PageLayout|null
Return values
PageLayout|nullgetPageRecord()
public
getPageRecord() : array<string|int, mixed>
Return values
array<string|int, mixed>getRootLine()
public
getRootLine() : array<string|int, mixed>
Return values
array<string|int, mixed>getSysTemplateRows()
public
getSysTemplateRows() : array<string|int, mixed>
Only to be read by core
Return values
array<string|int, mixed>setContentFromPid()
public
setContentFromPid(int $contentFromPid) : void
Parameters
- $contentFromPid : int
Only to be set by core
setId()
public
setId(int $id) : void
Parameters
- $id : int
Only to be set by core
setLocalRootLine()
public
setLocalRootLine(array<string|int, mixed> $localRootLine) : void
Parameters
- $localRootLine : array<string|int, mixed>
Only to be set by core
setMountPoint()
public
setMountPoint(string $mountPoint) : void
Parameters
- $mountPoint : string
Only to be set by core
setOriginalMountPointPageRecord()
public
setOriginalMountPointPageRecord(array<string|int, mixed> $originalMountPointPageRecord) : void
Parameters
- $originalMountPointPageRecord : array<string|int, mixed>
Only to be set by core
setOriginalShortcutPageRecord()
public
setOriginalShortcutPageRecord(array<string|int, mixed> $originalShortcutPageRecord) : void
Parameters
- $originalShortcutPageRecord : array<string|int, mixed>
Only to be set by core
setPageLayout()
public
setPageLayout(PageLayout $pageLayout) : void
Parameters
- $pageLayout : PageLayout
Only to be set by core
setPageRecord()
public
setPageRecord(array<string|int, mixed> $pageRecord) : void
Parameters
- $pageRecord : array<string|int, mixed>
Only to be set by core
setRootLine()
public
setRootLine(array<string|int, mixed> $rootLine) : void
Parameters
- $rootLine : array<string|int, mixed>
Only to be set by core
setSysTemplateRows()
public
setSysTemplateRows(array<string|int, mixed> $sysTemplateRows) : void
Parameters
- $sysTemplateRows : array<string|int, mixed>
Only to be set by core