ViewInterface

Joomla Framework View Interface

since

1.0

package

Joomla Framework

Methods

escape

Method to escape output.

escape(string output) : string
deprecated
since

1.0

deprecated

2.0 Output escaping will no longer be required by the interface.

Arguments

output

stringThe output to escape.

Response

stringThe escaped output.

render

Method to render the view.

render() : string
since

1.0

throws

\RuntimeException

Response

stringThe rendered view.