Interface

FormattingParser

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: 2014 12 22 Since: PHPBoost 3.0 - 2009 12 20 Located at: content/formatting/parser/FormattingParser.class.php
Direct known implementers
AbstractParser
Methods summary
public
# parse( )

Parses the content of the parser.

public string
# get_content( )

Returns the content of the parser. If you called a method which parses the content, this content will be parsed.

public
# set_content( string $content )

Sets the content of the parser. When you will call a parse method, it will deal with this content.

public
# set_path_to_root( string $path )

Sets the reference path for relative URL

public string
# get_path_to_root( )

Returns the path to root attribute.

public
# set_page_path( string $page_path )

Sets the page path

public string
# get_page_path( )

Returns the page path