====== 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:

  1.  $view->setEscape(
  2.      'stripslashes',
  3.      'htmlspecialchars',
  4.      array('StaticClass''method'),
  5.      array($object$method)
  6.  );

===== Syntax ===== void setEscape () ===== Examples ===== ---- ~~DISCUSSION~~ ~DISCUSSION~~