class JViewBase implements JView

Joomla Platform Base View Class

Methods

__construct( JModel $model)

Method to instantiate the view.

string
escape( string $output)

Method to escape output.

Details

__construct( JModel $model)

Method to instantiate the view.

Parameters

JModel $model The model object.

string escape( string $output)

Method to escape output.

Parameters

string $output The output to escape.

Return Value

string The escaped output.

See also

JView::escape()