parserTutorialLocated in /phpDocumentor/ParserElements.inc (line 2059)
parserBase | --parserStringWithInlineTags | --parserPackagePage | --parserTutorial
array
$children
= false (line 2124)
links to the child tutorials, or false if none
array
$ini
= false (line 2100)
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
mixed
$linked_element
(line 2078)
The documentable element this tutorial is linked to
Can be a parserData, parserClass, or nothing for package/subpackage docs
string
$name
(line 2088)
filename minus extension of this tutorial (used for @tutorial tag)
tutorialLink
$next
= false (line 2105)
link to the next tutorial in a document series, or false if none
tutorialLink
$parent
= false (line 2119)
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
string
$path
(line 2083)
path to the tutorial page
tutorialLink
$prev
= false (line 2110)
link to the previous tutorial in a document series, or false if none
string
$tutorial_type
(line 2072)
Either cls, pkg, or proc
string
$type
= 'tutorial' (line 2065)
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
boolean
$_xml
= true (line 2090)
Inherited from parserStringWithInlineTags
parserStringWithInlineTags::$value
Constructor parserTutorial (line 2136)
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)
Convert (line 2174)
getLink (line 2278)
Get a link to this tutorial, or to any subsection of this tutorial
getNext (line 2243)
Retrieve converter-specific link to the next tutorial's documentation
getParent (line 2221)
Retrieve converter-specific link to the parent tutorial's documentation
getPrev (line 2265)
Retrieve converter-specific link to the previous tutorial's documentation
getTitle (line 2154)
Retrieve the title of the tutorial, or of any subsection
isChildOf (line 2199)
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
setNext (line 2232)
setParent (line 2184)
setPrev (line 2254)
Inherited From parserPackagePage
parserPackagePage::parserPackagePage()
parserPackagePage::Convert()
Inherited From parserStringWithInlineTags
parserStringWithInlineTags::add()
parserStringWithInlineTags::Convert()
parserStringWithInlineTags::getString()
parserStringWithInlineTags::hasInlineTag()
parserStringWithInlineTags::setSource()
parserStringWithInlineTags::trimmedStrlen()
Inherited From parserBase
parserBase::getType()
parserBase::getValue()
parserBase::setValue()
Documentation generated on Mon, 05 Dec 2011 21:06:24 -0600 by phpDocumentor 1.4.4