Description
parserBase
|
--parserStringWithInlineTags
|
--parserCData
Located in File: /phpDocumentor/PackagePageElements.inc
Represents <![CDATA[ ]]> sections.
These sections are interpreted as plain text
Method Detail
Summary:
Method Convert (line 84)
string Convert(
Converter
&$c, [bool
$postprocess = true])
Overrides : parserStringWithInlineTags::Convert() Use to convert the string to a real string with all inline tags parsed and linked
calls the output conversion
Parameters
- Converter &$c: the output converter
- bool $postprocess: if postprocessing is needed
Info
- todo - CS cleanup - rename to convert for camelCase rule
- uses - Converter::getCData() - convert contents to text