Class parserTocInlineTag

(line 923)

Description

parserBase
   |
   --parserInlineTag
      |
      --parserTocInlineTag

Located in File: /phpDocumentor/InlineTags.inc

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


Class Variables

Summary:
string $inlinetype

$inlinetype = 'toc' (line 929)

Data type : string

Overrides: Array

always 'toc'

Class Constants

Summary:

Method Detail

Summary:
parserTocInlineTag parserTocInlineTag ()
mixed Convert (Converter &$c)
void setPath (string $path)
void setTOC (array $toc)

Constructor parserTocInlineTag (line 956)

parserTocInlineTag parserTocInlineTag( )

constructor

Info

Method Convert (line 1015)

mixed Convert( Converter &$c)

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

Parameters

Info

Method setPath (line 990)

void setPath( string $path)

set the path

Parameters

  • string $path: the path

Info

Method setTOC (line 978)

void setTOC( array $toc)

set the TOC

Parameters

Info

Inherited Variables

Inherited Class Variable Summary

Inherited From Class parserInlineTag

parserInlineTag::$type - Element type

Inherited From Class parserBase

parserBase::$value - set to different things by its descendants

Inherited Methods

Inherited Method Summary

Inherited From Class parserInlineTag

parserInlineTag::parserInlineTag() - sets up the tag

parserInlineTag::getString() - always gets an empty string

parserInlineTag::Strlen() - get length of the tag


Inherited From Class parserBase

parserBase::getType() - gets the type

parserBase::getValue() - gets the value

parserBase::setValue() - sets the given value



Documentation generated on Mon, 05 Dec 2011 21:28:06 -0600 by phpDocumentor 1.4.4