Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class ParserFunction

Represents a function

Authors

Variables

NameVisibilityDescription
$abstract 
$args 
$description 
$final 
$has_return_stmt 
$name 
$returns 
$static 
$throws 
$visibility 

Functions

NameVisibilityDescription
__constructpublic 
dumppublicDebugging use only
post_loadpublicDoes post-pasing processing of this ParserFunction.
processSpecificDocblockTagsprotectedProcesses Javadoc tags that are specific to this PaserItem

public __construct

void $ParserFunction->__construct ( );

This function does not have a description

public dump

void $ParserFunction->dump ( );

Debugging use only

public post_load

void $ParserFunction->post_load ( );

Does post-pasing processing of this ParserFunction.
Specifically, loads types for the function arguments

protected processSpecificDocblockTags

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

Processes Javadoc tags that are specific to this PaserItem