LayoutInterface
Interface to handle display layout
link | |
---|---|
since |
3.0 |
package |
Joomla CMS |
Methods
escape
Method to escape output.
escape( output) :
since |
3.0 |
---|
Arguments
- output
string
The output to escape.
Response
string
The escaped output.
render
Method to render the layout.
render(mixed||string|int displayData) :
since |
3.0 |
---|
Arguments
- displayData
array<string|int, mixed>
Array of properties available for use inside the layout file to build the displayed output
Response
string
The rendered layout.