|
Extensible BBCode
8.x-3.x-dev
|
Public Member Functions | |
| __construct () | |
Public Member Functions inherited from Element | |
| __construct (array $regex_set=NULL) | |
| append (Element $tag, $offset) | |
| advance ($text, $offset) | |
| breakTag (Element $tag) | |
| attr ($name=NULL) | |
| content () | |
| option () | |
| source () | |
| outerSource () | |
The root element of the tag tree.
Definition at line 13 of file RootElement.php.
| __construct | ( | ) |
Construct an empty root element.
This object serves only as a container for the tag tree.
Definition at line 19 of file RootElement.php.
References Element\content().