Class: parserDesc
Source Location: /phpDocumentor/ParserDocBlock.inc
Inherited Variables
Inherited Methods
Class Details
[line 47]
represents a short or long description in a DocBlock (
parserDocBlock)
Tags:
version: $Id: ParserDocBlock.inc 287886 2009年08月30日 05:31:05Z ashnazg $
copyright: 2002-2008 Gregory Beaver
since: 1.0rc1
Class Variables
$type = '_desc'
[line 54]
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
always '_desc'
Type:
string
Overrides:
Array
Class Methods
method add [line 60]
method hasInheritDoc [line 81]
Tags:
return: whether this desc has an {@inheritdoc} inline tag
method hasSource [line 92]
Tags:
return: whether this desc has an {@source} inline tag
method replaceInheritDoc [line 104]
replaces {@inheritdoc} with the contents of the parent DocBlock
Parameters:
parserDesc
$desc
parent parserDesc, used to retrieve the description