API17:JView::setEscape
From Joomla! Documentation
JView::setEscape
Description
Sets the _escape() callback.
public function setEscape ($spec)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $spec | mixed | The callback for _escape() to use. |
- Returns
- Defined on line 494 of libraries/joomla/application/component/view.php
See also
JView::setEscape source code on BitBucket
Class JView
Subpackage Application- Other versions of JView::setEscape
User contributed notes
Code Examples