Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class ParserFile

Represents a file

Authors

Variables

NameVisibilityDescription
$classes 
$constants 
$description 
$enumerations 
$functions 
$name 
$namespace 
$source 

Functions

NameVisibilityDescription
__constructpublic 
dumppublicDebugging use only
processSpecificDocblockTagspublicApplies 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 $ParserFile->__construct ( );

This function does not have a description

public dump

void $ParserFile->dump ( );

Debugging use only

public processSpecificDocblockTags

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

Applies the contents of a doc-block to this element

public treeWalk

void $ParserFile->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.