Represents {@toc} for table of contents generation in tutorials
Located in /phpDocumentor/InlineTags.inc (line 923)
parserBase | --parserInlineTag | --parserTocInlineTag
always 'toc'
Inherited from parserInlineTag
parserInlineTag::$type
Inherited from parserBase
parserBase::$value
converter method
 array(
    'tagname' => string name of tag,
    'link'    => tutorialLink to the tutorial,
    'id'      => converter specific tutorial ID from
                     Converter::getTutorialId()
    'title'   => title of the tutorial)  and returns the results as the table of contents
	
	
	
	
			set the TOC
 array(
     array(
         'tag'   => parserXMLDocBookTag,
         'id'    => parserIdInlineTag,
         'title' => title
     ),
     ...
 )			Inherited From parserInlineTag
parserInlineTag::parserInlineTag()
parserInlineTag::getString()
parserInlineTag::Strlen()
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:16:55 -0600 by phpDocumentor 1.4.4