ContentFormattingUnparser
This class is an abstract class. It contains the common elements needed by all the unparsers of PHPBoost.
- AbstractParser implements FormattingParser
-
ContentFormattingUnparser
public
|
|
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. |
parse()
|
PICK_UP,
REIMPLANT
|
$array_tags,
$content,
$module_special_tags,
$page_path,
$path_to_root
|