Description
parserBase
|
--parserInlineTag
|
--parserLinkInlineTag
|
--parserTutorialInlineTag
Located in File: /phpDocumentor/InlineTags.inc
Represents inline links to external tutorial documentation
Method Detail
Summary:
Constructor parserTutorialInlineTag (line 286)
parserTutorialInlineTag parserTutorialInlineTag(
string
$link, string
$text)
constructor
Parameters
Info
Method Convert (line 302)
mixed Convert(
Converter
&$c)
Overrides : parserLinkInlineTag::Convert() calls the output conversion
convert part of the tag
Parameters
- Converter &$c: converter used to change the abstract link into text for display
Info
- return - returns the converted link or false if not converted successfully
- todo - CS cleanup - rename to convert for camelCase rule