JViewBase
Implements \JViewJoomla Platform Base View Class
abstract deprecated
since |
3.0.0 |
---|---|
deprecated |
4.0 Use the default MVC library |
package |
Joomla.Platform |
Methods
__construct
Method to instantiate the view.
__construct(\JModel $model)
escape
Method to escape output.
escape(string $output) : string
see | \JView::escape() |
---|---|
since |
3.0.0 |
Arguments
- $output
string
The output to escape.
Response
string
The escaped output.