Located in File: /phpDocumentor/ParserData.inc
This class works in coordination with phpDocumentor_IntermediateParser to take output from Parser::handleEvent() and create indexes, links, and other assorted things (all documented in phpDocumentor_IntermediateParser and Converter)
$classelements = array() (line 395)
$clean = true (line 419)
determine whether a docblock is a page-level docblock or not. $clean is true as long as only 0 or 1 docblock has been parsed, and no element other than parserPage has been parsed
$docblock = false (line 424)
$elements = array() (line 375)
$links = array() (line 411)
$parent = false (line 370)
$privateclasselements = array() (line 405)
$privateelements = array() (line 390)
$type = 'page' (line 438)
Method addElement (line 449)
Method addLink (line 553)
Method addTutorial (line 499)
Method explicitDocBlock (line 532)
Method getClasses (line 633)
Method getLink (line 615)
Method getName (line 650)
Method getTutorial (line 512)
Method hasClasses (line 486)
Method hasExplicitDocBlock (line 522)
Method hasInterfaces (line 476)
Method isClean (line 674)
Method setDocBlock (line 687)
Method setParent (line 664)