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)
[line 395]
array of parsed class elements[line 419]
used by phpDocumentor_IntermediateParser::handleDocBlock() todetermine 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
[line 424]
DocBlock (parserDocBlock) for this page, or false if not set[line 375]
array of parsed elements[line 411]
array of links descended from abstractLink[line 370]
parserPage element that is this parserData's parent, or false if not set.[line 405]
array of parsed class elements with @access private[line 390]
array of parsed elements with @access private[line 400]
[line 438]
Type is used by many functions to skip the hassle of ifvoid addElement(
parserElement
&$element)
string addLink(
parserElement
&$element, [string
$classorpackage = ''], [string
$subpackage = ''])
void addTutorial(
parserTutorial
$t, Converter
&$c)
array getClasses(
Converter
&$c)
string &getLink(
Converter
&$c, [bool
$text = false])
tutorialLink getTutorial(
)
bool hasExplicitDocBlock(
)
bool isClean(
)
void setDocBlock(
parserDocBlock
&$docblock)
void setParent(
parserPage
&$parent)