TemplateResult
- Full name:
\Qubus\View\Native\TemplateResult
- This class is marked as final and can't be subclassed
- This class is a Final class
Properties
content
blocks
Methods
__construct
Constructor for the template result.
Parameters:
Parameter | Type | Description |
---|---|---|
$content | string | The template content. |
$blocks | array | The template blocks. |
getContent
Get the content of the result.
Return Value:
The content of the template result.
getBlocks
Get the blocks of the result.
Return Value:
The blocks of the template result.
Automatically generated on 2025-10-13