phpDocumentor phpDocumentor
InlineTags
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: parserIdInlineTag

Source Location: /phpDocumentor/InlineTags.inc

Class parserIdInlineTag

Class Overview

Represents the inline {@id} tag for tutorials

Located in /phpDocumentor/InlineTags.inc [line 713]

parserBase
   |
   --parserInlineTag
      |
      --parserIdInlineTag
Author(s): Information Tags:
Version:  $Revision: 1.6 $
Tutorial:  inline {@id}

Properties

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Property Summary
string   $category   category of the {@id}
string   $id   section/subsection name
string   $inlinetype   always 'id'
string   $package   package of the {@id}
string   $subpackage   subpackage of the {@id}
string   $tutorial   full name of the tutorial

[ Top ]
Method Summary
parserIdInlineTag   parserIdInlineTag()  
void   Convert()  

[ Top ]
Properties
string   $category = 'default' [line 729]

category of the {@id}


[ Top ]
string   $id [line 744]

section/subsection name


[ Top ]
string   $inlinetype = 'id' [line 719]

always 'id'


Redefinition of:
parserInlineTag::$inlinetype
the name of the inline tag (like link)

[ Top ]
string   $package = 'default' [line 724]

package of the {@id}


[ Top ]
string   $subpackage = '' [line 734]

subpackage of the {@id}


[ Top ]
string   $tutorial [line 739]

full name of the tutorial


[ Top ]
Methods
Constructor parserIdInlineTag  [line 753]

  parserIdInlineTag parserIdInlineTag( string $category, string $package, string $subpackage, string $tutorial, [string $id = false]  )

Parameters:
string   $category:  package name
string   $package:  subpackage name
string   $subpackage:  tutorial name
string   $tutorial:  section/subsection name
string   $id:  category name


[ Top ]
Convert  [line 766]

  void Convert( Converter &$c  )

Parameters:
Converter   &$c: 

API Tags:
Uses:  Converter::getTutorialId() - retrieve converter-specific ID


[ Top ]

Documentation generated on Tue, 24 Oct 2006 09:23:38 -0500 by phpDocumentor 1.3.1