Class parserMethodTag

Description

represents the "@method" tag

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

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserTag
         |
         --parserReturnTag
            |
            --parserPropertyTag
               |
               --parserMethodTag
Variable Summary
string $keyword
string $returnType
Variables
string $keyword = 'method' (line 551)

always 'method'


Redefinition of:
parserPropertyTag::$keyword
always 'property'
string $returnType = 'void' (line 556)

the return type a method has


Redefinition of:
parserPropertyTag::$returnType
the type a property has

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:48:40 -0600 by phpDocumentor 1.4.4