Source for file Heading.php
Documentation is available at Heading.php
// 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:28:52 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|