====== setEscape ====== {#JAPI Joomla.Framework Application JView::setEscape #} Clears then sets the callbacks to use when calling JView::escape().
Each parameter passed to this function is treated as a separate callback. For example:
- 'stripslashes',
- 'htmlspecialchars',
- array('StaticClass', 'method'),
- array($object, $method)
- );
----
~~DISCUSSION~~
~DISCUSSION~~