BBCodeParser class
Ideally this class would be an extension of the PEAR HTML_BBCodeParser class but the way the PEAR class is implented, the constructor looks for filter modules.
This class essentially implements a wrapper around the PEAR class to provide control over the options. This class does not implement all of the methods exposed by the PEAR class.
Located in /widgets/BBCode.inc (line 217)
Define additional tags not supplied by the PEAR class.
The [h] tags maps to <h2> but can be changed by the applications. For some odd reason the PEAR class doesn't recognize tags with numeric values. :-(
Default header size
Default parser configutation options, include all filters
Store the handle to the PEAR Parser
The constructor
Gets the parsed text from the object
Parses the text set in the object
Sets the size of header text used by the [h] tag
Sets text in the object to be parsed
Documentation generated on Fri, 28 Jan 2011 08:52:49 -0500 by phpDocumentor 1.4.3