Classes and interfaces
XenForo_BbCode_Formatter_Base¶
Base class for defining the formatting used by the BB code parser.
« More »
XenForo_BbCode_Formatter_BbCode_Abstract¶
Abstract BB code to BB code formatter.
« More »
XenForo_BbCode_Formatter_BbCode_AutoLink¶
BB code to BB code formatter that automatically links URLs and emails using
[url] and [email] tags.
« More »
XenForo_BbCode_Formatter_BbCode_Strip¶
BB code to BB code formatter that can strip quotes or all BB codes.
« More »
XenForo_BbCode_Formatter_ImageCount¶
BB code formatter that follows the formatting of the base,
but also counts the number of times an [img] or [media] tag is rendered.
« More »
XenForo_BbCode_Formatter_Text¶
BB code formatter that follows the formatting of the text as plain text.
« More »
XenForo_BbCode_Parser¶
BB code parser and renderer.
« More »
XenForo_BbCode_TextWrapper¶
Helper to allow deferred rendering of BB codes in text.
« More »
XenForo_ControllerAdmin_BbCodeMediaSite¶
Controller for BB code media sites.
« More »
XenForo_DataWriter_BbCodeMediaSite¶
Data writer for BB code media sites.
« More »
XenForo_Model_BbCode¶
Model for BB code related behaviors.
« More »
XenForo_Route_PrefixAdmin_BbCodeMediaSites¶
Route prefix handler for BB code media sites in the admin control panel.
« More »