parserBase | --parserInlineTag | --parserLinkInlineTag
	Located in File: /phpDocumentor/InlineTags.inc
 $linktext =  '' (line 149)
 links like websites
 Constructor parserLinkInlineTag (line 157)
 
 Method Convert (line 179)
 Overridden in child classes as:
		
 parserInlineTag::$inlinetype - the name of the inline tag (like link)
	
 parserInlineTag::$type - Element type
	
 parserBase::$value - set to different things by its descendants
	
 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