Class parserPropertyTag

Description

represents the "@property" tag

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

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserTag
         |
         --parserReturnTag
            |
            --parserPropertyTag
Direct descendents
Class Description
parserPropertyReadTag represents the "@property-read" tag
parserPropertyWriteTag represents the "@property-write" tag
parserMethodTag represents the "@method" tag
Variable Summary
string $keyword
string $returnType
Method Summary
parserPropertyTag parserPropertyTag (string $returnType, parserStringWithInlineTags $value)
Variables
string $keyword = 'property' (line 456)

always 'property'


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

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

the type a property has


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

Redefined in descendants as:

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