interface JView

Joomla Platform View Interface

Methods

string
escape( string $output)

Method to escape output.

string
render()

Method to render the view.

Details

string escape( string $output)

Method to escape output.

Parameters

string $output The output to escape.

Return Value

string The escaped output.

string render()

Method to render the view.

Return Value

string The rendered view.

Exceptions

RuntimeException