Todo List
parserBase | --parserStringWithInlineTags | --parserTag | --parserReturnTag
[line 308]
Example:
class myclass { ... }
In this case, $converted_returnType will contain a link to myclass instead of the string 'myclass'
[line 284]
[line 288]
parserReturnTag parserReturnTag( string $returnType, parserStringWithInlineTags $value)
string Convert( Converter &$converter)