JView
Joomla Platform View Interface
deprecated
since |
3.0.0 |
---|---|
deprecated |
4.0 Use the default MVC library |
package |
Joomla.Platform |
Methods
escape
Method to escape output.
escape(string $output) : string
since |
3.0.0 |
---|
Arguments
- $output
string
The output to escape.
Response
string
The escaped output.
render
Method to render the view.
render() : string
since |
3.0.0 |
---|---|
throws |
|
Response
string
The rendered view.