Class||Interface FormattingParser
Methods
parse()
parse()
Parses the content of the parser.
- Inherited from \FormattingParser
Tags
None found |
get_content()
get_content() : string
Returns the content of the parser. If you called a method which parses the content, this content will be parsed.
Returns
string
—
The content of the parser.
- Inherited from \FormattingParser
Tags
None found |
set_content()
set_content(string $content)
Sets the content of the parser. When you will call a parse method, it will deal with this content.
Parameters
string | $content | Content |
- Inherited from \FormattingParser
Tags
None found |
set_path_to_root()
set_path_to_root(string $path)
Sets the reference path for relative URL
Parameters
string | $path | Path |
- Inherited from \FormattingParser
Tags
None found |
get_path_to_root()
get_path_to_root() : string
Returns the path to root attribute.
Returns
string
—
The path
- Inherited from \FormattingParser
Tags
None found |
set_page_path()
set_page_path(string $page_path)
Sets the page path
Parameters
string | $page_path | Page path |
- Inherited from \FormattingParser
Tags
None found |
get_page_path()
get_page_path() : string
Returns the page path
Returns
string
—
path
- Inherited from \FormattingParser
Tags
None found |