Source for file Translatehtml.php
Documentation is available at Translatehtml.php
// $Id: Translatehtml.php,v 1.1 2004/06/06 15:44:34 pmjones Exp $
* Translate HTML entities in the source text.
* @author Paul M. Jones <pmjones@ciaweb.net>
var $conf = array ('type' => HTML_ENTITIES );
// get the type of html translation
$type = $this->getConf('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 13:51:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|