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