Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class ParserInterface

Represents an interface

Authors

Variables

NameVisibilityDescription
$description 
$extends 
$functions 
$name 
$visibility 

Functions

NameVisibilityDescription
__constructpublic 
dumppublicDebugging use only
processSpecificDocblockTagsprotectedProcesses Javadoc tags that are specific to this PaserItem
treeWalkpublicCascades Docblock tags into the children that do not have any tags, and then

public __construct

void $ParserInterface->__construct ( );

This function does not have a description

public dump

void $ParserInterface->dump ( );

Debugging use only

protected processSpecificDocblockTags

void $ParserInterface->processSpecificDocblockTags ( mixed $docblock_tags );

Processes Javadoc tags that are specific to this PaserItem

public treeWalk

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