Packages » Package freddy » Class FreddyDescriptionParser

Class FreddyDescriptionParser

Declaration:
<? class FreddyDescriptionParser extends SDDocument ?>

Description:
This class parses a single directive in a doccomment which can contain special documenting and formatting markup.

Parent Classes:
SDDocument

Methods:
  • __construct()
  • getTextContent()
    This method will extract all text content of a tag (i.e., the concatenation of the contents of all text nodes
  • parseString()
    Parse a single description which is a mix of HTML tags and documentational tags like or . This method never throws exceptions so that even badly-formed doccomments will be viewable
  • process()