LayoutInterface
Interface to handle display layout
link |
https://docs.joomla.org/Special:MyLanguage/Sharing_layouts_across_views_or_extensions_with_JLayout |
---|---|
since |
3.0 |
Methods
escape
Method to escape output.
escape(string $output) : string
since |
3.0 |
---|
Arguments
- $output
string
The output to escape.
Response
string
The escaped output.
render
Method to render the layout.
render(array $displayData) : string
since |
3.0 |
---|
Arguments
- $displayData
array
Array of properties available for use inside the layout file to build the displayed output
Response
string
The rendered layout.