Located in File: /phpDocumentor/ParserDocBlock.inc
 $category (line 219)
 
 $endlinenumber =  false (line 158)
 
 $explicitcategory =  false (line 217)
 
 $explicitpackage =  false (line 212)
 
 $funcglobals = array() (line 184)
 Format: array(index of global variable in @global tag list -OR- global variable name => array(datatype,parserStringWithInlineTags),...)
 $hasaccess =  false (line 227)
 
 $hasname =  false (line 231)
 
 $linenumber =  false (line 152)
 
 $package =  'default' (line 221)
 
 $packagedescrip =  '' (line 237)
 Unused in this version
 $params = array() (line 176)
 Format: array(index of param in function parameter list -OR- parameter name => parserStringWithInlineTags,...)
 $properties = array() (line 197)
 
 $return =  false (line 202)
 
 $statics = array() (line 193)
 Format: array(index of static variable in @global tag list -OR- static variable name => parserStaticvarTag,...)
 $subpackage =  '' (line 223)
 
 $subpackagedescrip =  '' (line 243)
 Unused in this version
 $var =  false (line 207)
 
 Constructor parserDocBlock (line 256)
 
 Method addAccess (line 916)
 
 Method addExample (line 641)
 
 Method addFileSource (line 943)
 
 Method addFuncGlobal (line 857)
 
 Method addKeyword (line 609)
 
 Method addLink (line 953)
 
 Method addName (line 825)
 
 Method addPackage (line 728)
 
 Method addParam (line 520)
 
 Method addProperty (line 1033)
 
 Method addReturn (line 976)
 
 Method addSee (line 964)
 
 Method addStaticVar (line 844)
 
 Method addTag (line 587)
 
 Method addUnknownTag (line 651)
 
 Method addUses (line 1024)
 
 Method addVar (line 993)
 
 Method canSource (line 320)
 Only page-level DocBlocks may have a @filesource tag
 Method cantSource (line 330)
 Only page-level DocBlocks may have a @filesource tag
 Method changeGlobal (line 866)
 
 Method changeParam (line 537)
 
 Method changeStatic (line 876)
 
 Method getDesc (line 498)
 
 Method getEndLineNumber (line 294)
 
 Method getExplicitCategory (line 719)
 
 Method getExplicitPackage (line 698)
 
 Method getKeyword (line 1076)
 
 Method getLineNumber (line 276)
 
 Method getSDesc (line 476)
 
 Method getType (line 1141)
 
 Method hasInheritDoc (line 453)
 
 Method listParams (line 1091)
 
 Method listProperties (line 1109)
 
 Method overridePackage (line 666)
 elements inside a class or procedural page to the package of the class/procedural page
 Method postProcess (line 304)
 abstract structures
 Method replaceInheritDoc (line 465)
 Also replaces {@inheritdoc} in the $processed_desc
 Method resetParams (line 528)
 
 Method setDesc (line 438)
 
 Method setEndLineNumber (line 285)
 
 Method setExplicitCategory (line 710)
 phpDocumentor will guess category for DocBlocks that don't have a @category tag
 Method setExplicitPackage (line 689)
 phpDocumentor will guess package for DocBlocks that don't have a @package tag
 Method setLineNumber (line 267)
 
 Method setShortDesc (line 396)
 Setting the short description is possible by passing in one of three possible parameters:
 Method setSource (line 426)
 After passing, it calls postProcess() to set up the new source
 Method updateGlobals (line 886)
 
 Method updateModifiers (line 355)
 
 Method updateParams (line 552)
 add @param tags for params in the function with no entry
 Method updateStatics (line 901)