AfterPageTreeItemsPreparedEvent

FinalYes

Listeners to this event will be able to modify the prepared page tree items for the page tree

Table of Contents

Methods

__construct()  : mixed
getItems()  : array<string|int, mixed>
getRequest()  : ServerRequestInterface
setItems()  : void

Methods

__construct()

public __construct(ServerRequestInterface $request, array<int, array<string, mixed>> $items) : mixed
Parameters
$request : ServerRequestInterface
$items : array<int, array<string, mixed>>

getItems()

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

getRequest()

public getRequest() : ServerRequestInterface
Return values
ServerRequestInterface

setItems()

public setItems(array<string|int, mixed> $items) : void
Parameters
$items : array<string|int, mixed>

        
On this page

Search results