parserBase | --parserInlineTag | --parserSourceInlineTag | --parserExampleInlineTag
	Located in File: /phpDocumentor/InlineTags.inc
 Constructor parserExampleInlineTag (line 582)
 
 Method arrayConvert (line 733)
 Overrides : parserSourceInlineTag::arrayConvert() converter helper used in PHP 4.3.0+
 Method getProgramListing (line 752)
 
 Method setSource (line 719)
 Overrides : parserSourceInlineTag::setSource() sets the source tag's value
 parserSourceInlineTag::$end - Last line to display
	
 parserSourceInlineTag::$inlinetype - always 'source'
	
 parserSourceInlineTag::$source - tokenized source organized by line numbers for php 4.3.0+, the old
	
 parserSourceInlineTag::$start - First line of source code to display
	
 parserInlineTag::$type - Element type
	
 parserBase::$value - set to different things by its descendants
	
 parserSourceInlineTag::parserSourceInlineTag() - constructor
		
 parserSourceInlineTag::arrayConvert() - converter helper used in PHP 4.3.0+
		
 parserSourceInlineTag::Convert() - convert the tag
		
 parserSourceInlineTag::getString() - gets the source string
		
 parserSourceInlineTag::setSource() - sets the source tag's value
		
 parserSourceInlineTag::stringConvert() - converter helper used in PHP 4.2.3-
		
 parserSourceInlineTag::Strlen() - only used to determine blank lines.  {@source} will not be blank, probably
		
 parserInlineTag::parserInlineTag() - sets up the tag
		
 parserInlineTag::getString() - always gets an empty string
		
 parserInlineTag::Strlen() - get length of the tag
		
 parserBase::getType() - gets the type
		
 parserBase::getValue() - gets the value
		
 parserBase::setValue() - sets the given value