PageParts
FinalYes
Data object to collect sections the full response body is compiled from.
This is used and fed by various related middlewares.
This object is attached as "frontend.page.parts" attribute to the frontend application request object.
This data object is highly experimental and marked as @internal since it will likely change when the rendering and cache related parts of the frontend middleware chain see further refactorings.
Experimental, will change.
Table of Contents
Methods
- getContent() : string
- getLastChanged() : int
- setContent() : void
- setLastChanged() : void
Methods
getContent()
public
getContent() : string
Return values
stringgetLastChanged()
public
getLastChanged() : int
Return values
intsetContent()
public
setContent(string $content) : void
Parameters
- $content : string
setLastChanged()
public
setLastChanged(int $timestamp) : void
Parameters
- $timestamp : int