Class: parserTocInlineTag

Source Location: /phpDocumentor/InlineTags.inc

Class Overview [line 923]

parserBase
   |
   --parserInlineTag
      |
      --parserTocInlineTag

Represents {@toc} for table of contents generation in tutorials

Author(s):

Version:

  • Release: @VER@

Copyright:

  • 2002-2008 Gregory Beaver

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods

Class: parserInlineTag

parserInlineTag::parserInlineTag()
sets up the tag
parserInlineTag::getString()
always gets an empty string
parserInlineTag::Strlen()
get length of the tag

Class: parserBase

parserBase::getType()
gets the type
parserBase::getValue()
gets the value
parserBase::setValue()
sets the given value


Class Details

Represents {@toc} for table of contents generation in tutorials

Tags:

[ Top ]


Class Variables

$inlinetype =  'toc'

[line 929]

always 'toc'

Type: string

Overrides: Array

[ Top ]


Class Methods

parserTocInlineTag

parserTocInlineTag parserTocInlineTag( )

[line 956]

constructor

Parameters:

[ Top ]

Convert

mixed Convert( Converter &$c)

[line 1015]

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

Tags:

Parameters:

[ Top ]

setPath

void setPath( string $path)

[line 990]

set the path

Parameters:

  • string $path - the path

[ Top ]

setTOC

void setTOC( array $toc)

[line 978]

set the TOC

Parameters:

[ Top ]


Class Constants


Documentation generated on Tue, 06 Dec 2011 07:07:37 -0600 by phpDocumentor 1.4.4