10. Miscellaneous
10.1 Useful internals
In this chapter useful things about internals of the class are to be documented. At the moment it is still a very large construction site.
One can cause the class to not reconvert the tree structure but instead return a reference to the root element. To achieve this set the _noOutput
variable of the class:
$bbcode->_noOutput = true;
- Previuos: 9. Complete example