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 the inline {@id} tag for tutorials
Tags:
- tutorial - inline {@id}
- author - Gregory Beaver <[email protected]>
- version - Release: @VER@
- copyright - 2002-2008 Gregory Beaver
- see - parserStringWithInlineTags
- link - http://www.phpdoc.org
- link - http://pear.php.net/PhpDocumentor
- todo - CS cleanup - change classname to PhpDocumentor_*
- todo - CS cleanup - change package to PhpDocumentor
- license - LGPL
[ Top ]
Class Variables
$category = 'default'
[ Top ]
$id
[ Top ]
$inlinetype = 'id'
[ Top ]
$package = 'default'
[ Top ]
$subpackage = ''
[ Top ]
$tutorial
[ Top ]
Class Methods
parserIdInlineTag
parserIdInlineTag parserIdInlineTag(
string
$category, string
$package, string
$subpackage, string
$tutorial, [string
$id = false])
[line 877]
constructor
Parameters:
- string $category - category name
- string $package - package name
- string $subpackage - subpackage name
- string $tutorial - tutorial name
- string $id - section/subsection name
[ Top ]
Convert
string Convert(
Converter
&$c)
[line 895]
converter
Tags:
- todo - CS cleanup - rename to convert for camelCase rule
- uses - Converter::getTutorialId() - retrieve converter-specific ID
Parameters:
- Converter &$c - output converter
[ Top ]