Class

ContentFormattingUnparser

Abstract 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: 2018 06 18 Since: PHPBoost 2.0 - 2008 08 10 Contributor: mipel mipel@phpboost.com Contributor: Julien BRISWALTER j1.seth@phpboost.com Contributor: Arnaud GENET elenwii@phpboost.com Located at: content/formatting/parser/ContentFormattingUnparser.class.php

This class is an abstract class. It contains the common elements needed by all the unparsers of PHPBoost.

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

Builds a ContentFormattingUnparser class.

protected
# unparse_html( boolean $action )

Unparses the html code. In a first time, it pick the html tags up, and then, when you have done all the processings you wanted, you reimplant it.

protected
# unparse_code( boolean $action )

Unparses the code tag. In a first time, you pick it up and you reimplant it.

Constants inherited from AbstractParser
PICK_UP, REIMPLANT