Located in /phpDocumentor/ParserElements.inc (line 321)
parserBase | --parserElement | --parserFunction
Class | Description |
---|---|
parserMethod |
global declarations parsed from function definition
parameters parsed from function definition.
param name may be null, in which case, updateParams() must be called from the Converter
Function returns a reference to an element, instead of a value
set to true if function is declared as:
static variable declarations parsed from function definition
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
Inherited from parserElement
parserElement::$conflicts
parserElement::$docblock
parserElement::$endlinenumber
parserElement::$file
parserElement::$linenumber
parserElement::$name
parserElement::$path
Inherited from parserBase
parserBase::$value
Add all "global $var, $var2" declarations to this function
Set the source code. Always array in PHP 4.3.0+
Add all "static $var, $var2 = 6" declarations to this function
Returns all functions in other packages that have the same name as this function
Get a human-friendly description of the function call
takes declaration like:
Like getFunctionCall(), but has no English or pre-determined formatting.
Much more flexible.
quick way to link to this element
Determine whether the source code has been requested via {@source}
sets $returnsreference to true
Inherited From parserElement
parserElement::getEndLineNumber()
parserElement::getFile()
parserElement::getLineNumber()
parserElement::getName()
parserElement::getPackage()
parserElement::getPath()
parserElement::setDocBlock()
parserElement::setEndLineNumber()
parserElement::setFile()
parserElement::setLineNumber()
parserElement::setName()
parserElement::setPath()
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:00:42 -0600 by phpDocumentor 1.4.4