Interface **Phalcon\\EscaperInterface** ======================================= .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` Methods ------- abstract public **setEncoding** (*mixed* $encoding) ... abstract public **getEncoding** () ... abstract public **setHtmlQuoteType** (*mixed* $quoteType) ... abstract public **escapeHtml** (*mixed* $text) ... abstract public **escapeHtmlAttr** (*mixed* $text) ... abstract public **escapeCss** (*mixed* $css) ... abstract public **escapeJs** (*mixed* $js) ... abstract public **escapeUrl** (*mixed* $url) ...