Class BBCodeParser
BBCode parser object. Use on a text field in a template with $Content.Parse(BBCodeParser).
- Object
-
TextParser
-
BBCodeParser
Methods summary
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public static
|
|
public
|
|
public
|
Methods inherited from TextParser
Methods inherited from Object
__call(),
__toString(),
__wakeup(),
addMethodsFrom(),
addStaticVars(),
addWrapperMethod(),
add_extension(),
add_static_var(),
allMethodNames(),
cacheToFile(),
cacheToFileWithArgs(),
clearCache(),
combined_static(),
create(),
createMethod(),
create_from_string(),
defineMethods(),
exists(),
extInstance(),
extend(),
getCustomClass(),
getExtensionInstance(),
getExtensionInstances(),
get_extensions(),
get_static(),
hasExtension(),
hasMethod(),
has_extension(),
invokeWithExtensions(),
is_a(),
loadCache(),
parentClass(),
parse_class_spec(),
remove_extension(),
sanitiseCachename(),
saveCache(),
set_stat(),
set_static(),
set_uninherited(),
stat(),
strong_create(),
uninherited(),
uninherited_static(),
useCustomClass()
Magic methods summary
Properties summary
protected static
|
$autolinkUrls |
#
Set whether phrases starting with http:// or www. are automatically linked |
protected static
|
$allowSimilies |
#
Set whether similies :), :(, :P are converted to images |
protected static
string
|
$smilies_location |
#
Set the location of the smiles folder. By default use the ones in sapphire but this can be overridden by setting BBCodeParser::set_icon_folder('themes/yourtheme/images/'); |