Description
parserBase
|
--parserStringWithInlineTags
|
--parserTag
|
--parserLinkTag
|
--parserSeeTag
|
--parserUsesTag
|
--parserUsedByTag
Located in File: /phpDocumentor/DocBlockTags.inc
This is a virtual tag, it is created by @uses to cross-reference the used element
This is exactly like @uses.
Method Detail
Summary:
Constructor parserUsedByTag (line 950)
parserUsedByTag parserUsedByTag(
abstractLink
$link, string
$description)
set up the usedby tag
Parameters
- abstractLink $link: link of element that uses this element
- string $description: description of how the element is used
Info
Method Convert (line 964)
string Convert(
Converter
&$c)
Overrides : parserUsesTag::Convert() Return a link to documentation for other element, and description of how it is used
process this tag through the given output converter
Parameters
Info
- todo - CS cleanup - rename to convert for camelCase rule