parserBase | --parserStringWithInlineTags | --parserPackagePage | --parserTutorial
[line 2124]
links to the child tutorials, or false if none[line 2100]
output from tutorialname.ext.inian array generated by phpDocumentor_parse_ini_file() containing an index 'Linked Tutorials' with an array of tutorial names in the order they should appear. This is used to generate a linked list of tutorials like phpDocumentor tags
[line 2078]
The documentable element this tutorial is linked toCan be a parserData, parserClass, or nothing for package/subpackage docs
[line 2088]
filename minus extension of this tutorial (used for @tutorial tag)[line 2105]
link to the next tutorial in a document series, or false if none[line 2067]
[line 2119]
link to the parent tutorial in a document series, or false if noneThis is used to generate an "Up" or "Home" link like the php manual. The parent is defined as a tutorial that has a parenttutorialname.ext.ini file and is not contained by any other tutorial's tutorialname.ext.ini
[line 2083]
path to the tutorial page[line 2110]
link to the previous tutorial in a document series, or false if none[line 2072]
Either cls, pkg, or proc[line 2065]
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'[line 2090]
parserTutorial parserTutorial(
parserXMLDocBookTag
$data, information
$info)
about the tutorial file. Format:
array('tutename' => tutorial name, 'path' => relative path of tutorial to tutorials/ directory 'ini' => contents of the tutorial .ini file, if any)
void Convert(
Converter
&$c, [boolean
$postprocess = true])
string|tutorialLink getLink(
Converter
&$c, [boolean
$pure = false], [string
$section = ''])
void getNext(
Converter
&$c)
void getParent(
Converter
&$c)
void getPrev(
Converter
&$c)
void getTitle(
Converter
&$c, [string
$subsection = ''])
boolean isChildOf(
array
$parents)
WARNING: This method can enter an infinite loop when run on PHP v5.2.1... see PHP Bug #40608 and PEAR Bug #10289
void setNext(
parserTutorial
$next, Converter
&$c)
void setParent(
parserTutorial
$parent, Converter
&$c)
void setPrev(
parserTutorial
$prev, Converter
&$c)