parserBase | --parserStringWithInlineTags | --parserPackagePage | --parserTutorial
	Located in File: /phpDocumentor/ParserElements.inc
 $children =  false (line 2124)
 
 $ini =  false (line 2100)
 an array generated by phpDocumentor_parse_ini_file() containing an index 'Linked Tutorials' with an array of tutorial names in the order they should appear. This is used to generate a linked list of tutorials like phpDocumentor tags
 $linked_element (line 2078)
 Can be a parserData, parserClass, or nothing for package/subpackage docs
 $name (line 2088)
 
 $next =  false (line 2105)
 
 $package =  'default' (line 2067)
 Overrides: Array
 $parent =  false (line 2119)
 This is used to generate an "Up" or "Home" link like the php manual. The parent is defined as a tutorial that has a parenttutorialname.ext.ini file and is not contained by any other tutorial's tutorialname.ext.ini
 $path (line 2083)
 
 $prev =  false (line 2110)
 
 $tutorial_type (line 2072)
 
 $type =  'tutorial' (line 2065)
 Overrides: Array
 $_xml =  true (line 2090)
 
 Constructor parserTutorial (line 2136)
 about the tutorial file. Format:
 array('tutename' => tutorial name,
       'path' => relative path of tutorial to tutorials/ directory
       'ini' => contents of the tutorial .ini file, if any)
 Method Convert (line 2174)
 Overrides : parserPackagePage::Convert() parent method not documented
 Method getLink (line 2278)
 
 Method getNext (line 2243)
 
 Method getParent (line 2221)
 
 Method getPrev (line 2265)
 
 Method getTitle (line 2154)
 
 Method isChildOf (line 2199)
 WARNING: This method can enter an infinite loop when run on PHP v5.2.1... see PHP Bug #40608 and PEAR Bug #10289
 Method setNext (line 2232)
 
 Method setParent (line 2184)
 
 Method setPrev (line 2254)
 
 parserStringWithInlineTags::$value - array of strings and parserInlineTags
	
 parserPackagePage::parserPackagePage() - 
		
 parserPackagePage::Convert() - 
		
 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))
		
 parserBase::getType() - gets the type
		
 parserBase::getValue() - gets the value
		
 parserBase::setValue() - sets the given value