used to represent standard tags like @access, etc.
This class is aware of inline tags, and will automatically handle them using inherited functions
Located in /phpDocumentor/DocBlockTags.inc (line 62)
parserBase | --parserStringWithInlineTags | --parserTag
Class | Description |
---|---|
parserNameTag | This class represents the @name tag |
parserAccessTag | This class represents the @access tag |
parserReturnTag | represents the "@return" tag |
parserLinkTag | represents the "@link" tag |
parserFileSourceTag | represents "@filesource" |
tag name (see, access, etc.)
Type is used by many functions to skip the hassle of
if phpDocumentor_get_class($blah) == 'parserBlah' always '_tag'
Inherited from parserStringWithInlineTags
parserStringWithInlineTags::$value
Set up the tag
Perform the output conversion on this parserTag using the output converter that is passed in
Returns the text minus any inline tags
Called by the parserDescParser when processing a description.
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 20:58:11 -0600 by phpDocumentor 1.4.4