Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class ParserClass

Stores information about a specific class

Authors

Variables

NameVisibilityDescription
$abstract 
$description 
$extends 
$final 
$functions 
$implements 
$name 
$variables 
$visibility 

Functions

NameVisibilityDescription
__constructpublicCreates this object
dumppublicDebugging use only
processSpecificDocblockTagsprotectedApplies the contents of a doc-block to this element
treeWalkpublicCascades Docblock tags into the children that do not have any tags, and then

public __construct

void $ParserClass->__construct ( );

Creates this object

public dump

void $ParserClass->dump ( );

Debugging use only

protected processSpecificDocblockTags

void $ParserClass->processSpecificDocblockTags ( $text $docblock_tags );

Applies the contents of a doc-block to this element

public treeWalk

void $ParserClass->treeWalk ( mixed $function_name [, ParserItem $parent_item ] );

Cascades Docblock tags into the children that do not have any tags, and then
runs processTags() for all of the children items.