Source for file Xhtml.php
Documentation is available at Xhtml.php
var $conf = array ('translate' => HTML_ENTITIES );
// attempt to translate HTML entities in the source before continuing.
$type = $this->getConf('translate', null );
// are we translating html?
if ($type !== false && $type !== null ) {
// yes! get the translation table.
// remove the delimiter character it doesn't get translated
unset ($xlate[$this->wiki->delim ]);
Documentation generated on Mon, 11 Mar 2019 14:28:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|