The top-level class of all parser items. Almost all ParserItems should extend CodeParserItem.
This is the code documentation for the Pelzini project
Search documentation |
class ParserItemThe top-level class of all parser items. Almost all ParserItems should extend CodeParserItem.
AuthorsFunctions
protected __constructvoid $ParserItem->__construct ( ); In almost all cases this method should be overwritten, but it does not have to be. All overwriting classes must call this method at the beginning of their constructor: parent::__construct(); protected dumpvoid $ParserItem->dump ( ); Is used for debugging. |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |