interface LayoutInterface

Interface to handle display layout

Methods

string
escape( string $output)

Method to escape output.

string
render( array $displayData)

Method to render the layout.

Details

string escape( string $output)

Method to escape output.

Parameters

string $output The output to escape.

Return Value

string The escaped output.

string render( array $displayData)

Method to render the layout.

Parameters

array $displayData Array of properties available for use inside the layout file to build the displayed output

Return Value

string The rendered layout.