Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class ParserItem

The top-level class of all parser items. Almost all ParserItems should extend CodeParserItem.

Authors

Functions

NameVisibilityDescription
__constructprotectedIn almost all cases this method should be overwritten, but it does not have to be.
dumpprotectedIs used for debugging.

protected __construct

void $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 dump

void $ParserItem->dump ( );

Is used for debugging.