API17:JView::escape
From Joomla! Documentation
JView::escape
Description
Escapes a value for output in a view script.
public function escape ($var)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $var |
- Returns
- Defined on line 314 of libraries/joomla/application/component/view.php
See also
JView::escape source code on BitBucket
Class JView
Subpackage Application- Other versions of JView::escape
User contributed notes
Code Examples