Class

BBCodeHighlighter

Package: Content\Formatting\parser Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Benoit SAUTEL ben.popeye@phpboost.com Version: PHPBoost 5.2 - last update: 2019 01 13 Since: PHPBoost 2.0 - 2008 08 29 Contributor: mipel mipel@phpboost.com Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Contributor: xela xela@phpboost.com Located at: content/formatting/parser/BBCodeHighlighter.class.php

This class is a highlighter for the PHPBoost BBCode language. It supplies the highlighted code written in XHTML.

AbstractParser implements FormattingParser
Extended by BBCodeHighlighter
Methods summary
public
# __construct( )

Builds a BBCodeHighlighter objet

public
# parse( boolean $inline_code = self::BBCODE_HIGHLIGHTER_BLOCK_CODE )

Highlights the content of the parser.

Constants summary
boolean BBCODE_HIGHLIGHTER_INLINE_CODE
# true
boolean BBCODE_HIGHLIGHTER_BLOCK_CODE
# false
Constants inherited from AbstractParser
PICK_UP, REIMPLANT