Description
parserBase
|
--parserStringWithInlineTags
|
--parserTag
|
--parserLinkTag
|
--parserSeeTag
|
--parserUsesTag
Located in File: /phpDocumentor/DocBlockTags.inc
represents the "@uses" tag
This is exactly like @see except that the element used has a @useby link to this element added to its docblock
Classes extended from parserUsesTag:
- parserUsedByTag
- This is a virtual tag, it is created by @uses to cross-reference the used element
Method Detail
Summary:
Constructor parserUsesTag (line 857)
parserUsesTag parserUsesTag(
string
$seeel, parserStringWithInlineTags
$description)
set up the uses tag
Parameters
Info
Method Convert (line 879)
string Convert(
Converter
&$c)
Overridden in child classes as:
- parserUsedByTag::Convert()
- process this tag through the given output converter
Overrides : parserSeeTag::Convert() process this tag through the given output converter
Return a link to documentation for other element, and description of how it is used
Works exactly like parent::Convert() except that it also includes a description of how the element used is used.
Parameters
Info
- return - link to the uses target
- todo - CS cleanup - rename to convert for camelCase rule
Method getDescription (line 908)
Get the description of how the element used is being used.
Info