Publisher | --Parser | --XMLPackagePageParser
Located in File: /phpDocumentor/XMLpackagePageParser.inc
$context (line 125)
$eventHandlers = array(
$pars = array() (line 117)
$refsect1id = false (line 119)
$refsect2id = false (line 120)
$refsect3id = false (line 121)
Static Method getParserEventName (line 615)
Overrides : Parser::getParserEventName() Debugging function, takes an event number and attempts to return its name
Constructor XMLPackagePageParser (line 138)
Method parse (line 155)
Overrides : Parser::parse() Parse a new file
Method setupStates (line 524)
Overrides : Parser::setupStates() setup the parser tokens, and the pushEvent/popEvent arrays
Publisher::$subscriber - Array of references objects that have Subscribed to this publisher
Parser::Parser() - Set up invariant parsing variables
Parser::categoryTagHandler() - handles @category
Parser::checkEventPop() - this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
Parser::checkEventPush() - this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
Parser::configWordParser() - tell the parser's WordParser $wp to set up tokens to parse words by.
Parser::defaultTagHandler() - Handles all standard tags that only have a description
Parser::endTag() - Called to clean up at the end of parsing a @tag in a docblock
Parser::exampleTagHandler() - handles @example
Parser::getParserEventName() - Debugging function, takes an event number and attempts to return its name
Parser::globalTagHandler() - handles @global
Parser::invalidTagHandler() - Handles tags like '@filesource' that only work in PHP 4.3.0+
Parser::packageTagHandler() - handles @package
Parser::paramTagHandler() - handles @param
Parser::parse() - Parse a new file
Parser::propertyTagHandler() - Handles @property(-read or -write) and @method magic tag
Parser::returnTagHandler() - handles @return
Parser::setupStates() - setup the parser tokens, and the pushEvent/popEvent arrays
Parser::staticvarTagHandler() - handles @staticvar
Parser::usesTagHandler() - handles @uses
Parser::varTagHandler() - handles @var
Publisher::publishEvent() - Publish an event
Publisher::subscribe() - Adds a subscriber to the $subscriber array().