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

Class: parserIdInlineTag

Source Location: /PhpDocumentor-1.4.0a1/phpDocumentor/InlineTags.inc

Class Overview

parserBase
   |
   --parserInlineTag
      |
      --parserIdInlineTag

Represents the inline {@id} tag for tutorials


Author(s):

Version:

  • $Revision: 1.7 $

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 713]
Represents the inline {@id} tag for tutorials


[ Top ]


Class Variables

$category =  'default'

[line 729]

category of the {@id}

Type:   string


[ Top ]

$id =

[line 744]

section/subsection name

Type:   string


[ Top ]

$inlinetype =  'id'

[line 719]

always 'id'

Type:   string
Overrides:   Array


[ Top ]

$package =  'default'

[line 724]

package of the {@id}

Type:   string


[ Top ]

$subpackage =  ''

[line 734]

subpackage of the {@id}

Type:   string


[ Top ]

$tutorial =

[line 739]

full name of the tutorial

Type:   string


[ Top ]



Method Detail

parserIdInlineTag (Constructor)   [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   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:01:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.