Class parserVarTag

Description

represents the "@var" tag

Located in /phpDocumentor/DocBlockTags.inc (line 576)

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserTag
         |
         --parserReturnTag
            |
            --parserVarTag
Direct descendents
Class Description
parserParamTag represents the "@param" tag
Variable Summary
string $keyword
string $returnType
Variables
string $keyword = 'var' (line 582)

always 'var'


Redefinition of:
parserReturnTag::$keyword
always 'return'

Redefined in descendants as:
string $returnType = 'mixed' (line 587)

the type a var has


Redefinition of:
parserReturnTag::$returnType
the type a function returns

Inherited Variables

Inherited from parserReturnTag

parserReturnTag::$converted_returnType

Inherited from parserTag

parserTag::$type

Inherited from parserStringWithInlineTags

parserStringWithInlineTags::$value
Methods

Documentation generated on Mon, 05 Dec 2011 21:15:13 -0600 by phpDocumentor 1.4.4