Class parserCData

(line 72)

Description

parserBase
   |
   --parserStringWithInlineTags
      |
      --parserCData

Located in File: /phpDocumentor/PackagePageElements.inc

Represents <![CDATA[ ]]> sections.

These sections are interpreted as plain text



Class Variables

Summary:

Class Constants

Summary:

Method Detail

Summary:
string Convert (Converter &$c, [bool $postprocess = true])

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

Inherited Variables

Inherited Class Variable Summary

Inherited From Class parserStringWithInlineTags

parserStringWithInlineTags::$type - Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'...

parserStringWithInlineTags::$value - array of strings and parserInlineTags

Inherited Methods

Inherited Method Summary

Inherited From Class parserStringWithInlineTags

parserStringWithInlineTags::add() - equivalent to the . operator ($a = $b . $c)

parserStringWithInlineTags::Convert() - Use to convert the string to a real string with all inline tags parsed and linked

parserStringWithInlineTags::getString() - return the string unconverted (all inline tags are taken out - this should only be used in pre-parsing to see if any other text is in the string)

parserStringWithInlineTags::hasInlineTag() - Determine whether the string contains any inline tags

parserStringWithInlineTags::setSource() - Pass source code to any {@source} tags contained within the string for later conversion.

parserStringWithInlineTags::trimmedStrlen() - equivalent to trim(strlen($string))


Inherited From Class parserBase

parserBase::getType() - gets the type

parserBase::getValue() - gets the value

parserBase::setValue() - sets the given value



Documentation generated on Mon, 05 Dec 2011 21:28:34 -0600 by phpDocumentor 1.4.4