Description
parserBase
|
--parserStringWithInlineTags
|
--parserTag
|
--parserReturnTag
Located in File: /phpDocumentor/DocBlockTags.inc
represents the "@return" tag
Classes extended from parserReturnTag:
- parserPropertyTag
- represents the "@property" tag
- parserVarTag
- represents the "@var" tag
Method Detail
Summary:
Constructor parserReturnTag (line 382)
parserReturnTag parserReturnTag(
string
$returnType, parserStringWithInlineTags
$value)
set up the tag
Parameters
Info
Method Convert (line 398)
string Convert(
Converter
&$converter)
Overrides : parserTag::Convert() Perform the output conversion on this parserTag using the output converter that is passed in
process this tag through the given output converter (sets up the $converted_returnType)
Parameters
Info