Class parserNameTag

Description

This class represents the @name tag

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

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserTag
         |
         --parserNameTag
Variable Summary
 string $keyword
Method Summary
 parserNameTag parserNameTag (string $name, string $value)
 string Convert (Converter &$c)
Variables
string $keyword = 'name' (line 209)

tag name


Redefinition of:
parserTag::$keyword
tag name (see, access, etc.)

Inherited Variables

Inherited from parserTag

parserTag::$type

Inherited from parserStringWithInlineTags

parserStringWithInlineTags::$value
Methods
Constructor parserNameTag (line 217)

set up the name tag

parserNameTag parserNameTag (string $name, string $value)
  • string $name: tag name (not used)
  • string $value: tag value
Convert (line 231)

process this tag through the given output converter

string Convert (Converter &$c)

Redefinition of:
parserTag::Convert()
Perform the output conversion on this parserTag using the output converter that is passed in

Inherited Methods

Inherited From parserTag

 parserTag::parserTag()
 parserTag::Convert()
 parserTag::getString()
 parserTag::HandleEvent()

Inherited From parserStringWithInlineTags

 parserStringWithInlineTags::add()
 parserStringWithInlineTags::Convert()
 parserStringWithInlineTags::getString()
 parserStringWithInlineTags::hasInlineTag()
 parserStringWithInlineTags::setSource()
 parserStringWithInlineTags::trimmedStrlen()

Inherited From parserBase

 parserBase::getType()
 parserBase::getValue()
 parserBase::setValue()

Documentation generated on Mon, 05 Dec 2011 21:03:56 -0600 by phpDocumentor 1.4.4