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.

Internal

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
Internal

Only to be read by core

Return values
int

getId()

public getId() : int
Return values
int

getLocalRootLine()

public getLocalRootLine() : array<string|int, mixed>
Return values
array<string|int, mixed>

getMountPoint()

public getMountPoint() : string
Internal

Only to be read by core

Return values
string

getOriginalMountPointPageRecord()

public getOriginalMountPointPageRecord() : array<string|int, mixed>|null
Internal

Only to be read by core

Return values
array<string|int, mixed>|null

getOriginalShortcutPageRecord()

public getOriginalShortcutPageRecord() : array<string|int, mixed>|null
Internal

Only to be read by core

Return values
array<string|int, mixed>|null

getPageRecord()

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>
Internal

Only to be read by core

Return values
array<string|int, mixed>

setContentFromPid()

public setContentFromPid(int $contentFromPid) : void
Parameters
$contentFromPid : int
Internal

Only to be set by core

setId()

public setId(int $id) : void
Parameters
$id : int
Internal

Only to be set by core

setLocalRootLine()

public setLocalRootLine(array<string|int, mixed> $localRootLine) : void
Parameters
$localRootLine : array<string|int, mixed>
Internal

Only to be set by core

setMountPoint()

public setMountPoint(string $mountPoint) : void
Parameters
$mountPoint : string
Internal

Only to be set by core

setOriginalMountPointPageRecord()

public setOriginalMountPointPageRecord(array<string|int, mixed> $originalMountPointPageRecord) : void
Parameters
$originalMountPointPageRecord : array<string|int, mixed>
Internal

Only to be set by core

setOriginalShortcutPageRecord()

public setOriginalShortcutPageRecord(array<string|int, mixed> $originalShortcutPageRecord) : void
Parameters
$originalShortcutPageRecord : array<string|int, mixed>
Internal

Only to be set by core

setPageRecord()

public setPageRecord(array<string|int, mixed> $pageRecord) : void
Parameters
$pageRecord : array<string|int, mixed>
Internal

Only to be set by core

setRootLine()

public setRootLine(array<string|int, mixed> $rootLine) : void
Parameters
$rootLine : array<string|int, mixed>
Internal

Only to be set by core

setSysTemplateRows()

public setSysTemplateRows(array<string|int, mixed> $sysTemplateRows) : void
Parameters
$sysTemplateRows : array<string|int, mixed>
Internal

Only to be set by core


        
On this page

Search results