Source for file Heading.php
Documentation is available at Heading.php
class Text_Wiki_Render_Xhtml_Heading extends Text_Wiki_Render {
// get nice variable names (id, type, level)
$css = $this->formatConf (' class="%s"', " css_h$level" );
return " <h$level$css id=\"$id\">";
Documentation generated on Mon, 11 Mar 2019 14:22:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|