AfterBackendPageRenderEvent
FinalYes
This event triggers after a page has been rendered.
Listeners may update the page content string with a modified version if appropriate.
Table of Contents
Methods
- __construct() : mixed
- getContent() : string
- getView() : ViewInterface
- setContent() : void
Methods
__construct()
public
__construct(string $content, ViewInterface $view) : mixed
Parameters
- $content : string
- $view : ViewInterface
getContent()
public
getContent() : string
Return values
stringgetView()
public
getView() : ViewInterface
Return values
ViewInterfacesetContent()
public
setContent(string $content) : void
Parameters
- $content : string