Inherited Methods
Class: parserInlineTag
- parserInlineTag::parserInlineTag()
- sets up the tag
- parserInlineTag::getString()
- always gets an empty string
- parserInlineTag::Strlen()
- get length of the tag
Class: parserBase
- parserBase::getType()
- gets the type
- parserBase::getValue()
- gets the value
- parserBase::setValue()
- sets the given value
Class Details
Represents the inheritdoc inline tag, used by classes/methods/vars to inherit documentation from the parent class if possible
Tags:
- tutorial - inline {@inheritdoc}
- author - Gregory Beaver <[email protected]>
- version - Release: @VER@
- copyright - 2002-2008 Gregory Beaver
- see - parserStringWithInlineTags
- link - http://www.phpdoc.org
- link - http://pear.php.net/PhpDocumentor
- todo - CS cleanup - change classname to PhpDocumentor_*
- todo - CS cleanup - change package to PhpDocumentor
- license - LGPL
[ Top ]
Class Variables
$inlinetype = 'inheritdoc'
[ Top ]
Class Methods
parserInheritdocInlineTag
parserInheritdocInlineTag parserInheritdocInlineTag(
)
[line 800]
Does nothing, overrides parent constructor
Parameters:
[ Top ]
Convert
string Convert(
)
[line 810]
only sets a warning and returns empty
Tags:
- todo - CS cleanup - rename to convert for camelCase rule
Parameters:
[ Top ]