Located in /phpDocumentor/ParserElements.inc [line 2059]
parserBase | --parserStringWithInlineTags | --parserPackagePage | --parserTutorialAuthor(s):
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From parserStringWithInlineTags |
Inherited From parserPackagePage Inherited From parserStringWithInlineTags
Inherited From parserBase
|
output from tutorialname.ext.ini
an 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
The documentable element this tutorial is linked to
Can be a parserData, parserClass, or nothing for package/subpackage docs
link to the next tutorial in a document series, or false if none
API Tags:link to the parent tutorial in a document series, or false if none
This 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
API Tags:link to the previous tutorial in a document series, or false if none
API Tags:Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
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 = '']
)
Get a link to this tutorial, or to any subsection of this tutorial
Parameters:void getNext(
Converter
&$c
)
Retrieve converter-specific link to the next tutorial's documentation
Parameters:void getParent(
Converter
&$c
)
Retrieve converter-specific link to the parent tutorial's documentation
Parameters:void getPrev(
Converter
&$c
)
Retrieve converter-specific link to the previous tutorial's documentation
Parameters:void getTitle(
Converter
&$c, [string
$subsection = '']
)
Retrieve the title of the tutorial, or of any subsection
Parameters:boolean isChildOf(
array
$parents
)
Determine if this parserTutorial object is a child of another
WARNING: This method can enter an infinite loop when run on PHP v5.2.1... see PHP Bug #40608 and PEAR Bug #10289
Parameters:void setNext(
parserTutorial
$next, Converter
&$c
)
void setParent(
parserTutorial
$parent, Converter
&$c
)
void setPrev(
parserTutorial
$prev, Converter
&$c
)