parserBase | --parserElement | --parserFunction | --parserMethod
Located in File: /phpDocumentor/ParserElements.inc
$class = '' (line 1640)
$isConstructor = false (line 1636)
$isDestructor = false (line 1638)
$type = 'method' (line 1634)
Overrides: Array
$_modifiers = array() (line 1641)
Constructor parserMethod (line 1646)
Method addParam (line 1657)
Overrides : parserFunction::addParam() parent method not documented
Method getClass (line 1690)
Method getFunctionCall (line 1671)
Overrides : parserFunction::getFunctionCall() Get a human-friendly description of the function call
Method getImplements (line 1805)
Method getIntricateFunctionCall (line 1678)
Overrides : parserFunction::getIntricateFunctionCall() Like getFunctionCall(), but has no English or pre-determined formatting.
Method getLink (line 1915)
Overrides : parserFunction::getLink() quick way to link to this element
Method getModifiers (line 1699)
Method getOverrides (line 1718)
Method getOverridingMethods (line 1944)
Method getOverridingMethodsForClass (line 1956)
Method setConstructor (line 1927)
Method setDestructor (line 1935)
Method setModifiers (line 1708)
parserFunction::$globals - global declarations parsed from function definition
parserFunction::$params - parameters parsed from function definition.
parserFunction::$returnsreference - Function returns a reference to an element, instead of a value
parserFunction::$source -
parserFunction::$statics - static variable declarations parsed from function definition
parserElement::$conflicts -
parserElement::$docblock -
parserElement::$endlinenumber - line number on file where this element stops
parserElement::$file - location of this element (filename)
parserElement::$linenumber - Line number in the source on which this element appears
parserElement::$name - name of this element, or include type if element is a parserInclude
parserElement::$path - full path location of this element (filename)
parserBase::$value - set to different things by its descendants
parserFunction::addGlobals() - Add all "global $var, $var2" declarations to this function
parserFunction::addParam() -
parserFunction::addSource() - Set the source code. Always array in PHP 4.3.0+
parserFunction::addStatics() - Add all "static $var, $var2 = 6" declarations to this function
parserFunction::getConflicts() - Returns all functions in other packages that have the same name as this function
parserFunction::getFunctionCall() - Get a human-friendly description of the function call
parserFunction::getIntricateFunctionCall() - Like getFunctionCall(), but has no English or pre-determined formatting.
parserFunction::getLink() - quick way to link to this element
parserFunction::getParam() -
parserFunction::getReturnsReference() -
parserFunction::getSource() -
parserFunction::hasSource() - Determine whether the source code has been requested via {@source}
parserFunction::listGlobals() -
parserFunction::listParams() -
parserFunction::listStatics() -
parserFunction::setReturnsReference() - sets $returnsreference to true
parserElement::getEndLineNumber() -
parserElement::getFile() -
parserElement::getLineNumber() -
parserElement::getName() -
parserElement::getPackage() -
parserElement::getPath() -
parserElement::setDocBlock() -
parserElement::setEndLineNumber() - Sets the ending line number of elements
parserElement::setFile() -
parserElement::setLineNumber() - Set starting line number
parserElement::setName() -
parserElement::setPath() -
parserBase::getType() - gets the type
parserBase::getValue() - gets the value
parserBase::setValue() - sets the given value