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

stringThe output to escape.

Response

stringThe 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

stringThe rendered layout.