AfterRawPageRowPreparedEvent

FinalYes

Listeners to this event will be able to modify a page with the special _children key, or completely change e.g. a title.

Table of Contents

Methods

__construct()  : mixed
getRawPage()  : array<string|int, mixed>
getWorkspaceId()  : int
setRawPage()  : void

Methods

__construct()

public __construct(array<string|int, mixed> $rawPage, int $workspaceId) : mixed
Parameters
$rawPage : array<string|int, mixed>
$workspaceId : int

getRawPage()

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

getWorkspaceId()

public getWorkspaceId() : int
Return values
int

setRawPage()

public setRawPage(array<string|int, mixed> $rawPage) : void
Parameters
$rawPage : array<string|int, mixed>

        
On this page

Search results