Description
parserBase
|
--parserStringWithInlineTags
|
--parserPackagePage
|
--parserTutorial
Located in File: /phpDocumentor/ParserElements.inc
- author: - Greg Beaver <[email protected]>
- version: - $Id: ParserElements.inc 289555 2009-10-12 03:52:03Z ashnazg $
- copyright: - 2002-2008 Gregory Beaver
- since: - 1.2
- usedby: - XMLPackagePageParser::parse() - using Publisher::PublishEvent(), a new tutorial
is created from the file parsed, and passed to the
Intermediate Parser
Method Detail
Summary:
Constructor parserTutorial (line 2136)
parserTutorial parserTutorial(
parserXMLDocBookTag
$data, information
$info)
Parameters
- parserXMLDocBookTag $data: top-level tag (<refentry> for 1.2.0)
- 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)
Info
Method Convert (line 2174)
void Convert(
Converter
&$c, [boolean
$postprocess = true])
Overrides : parserPackagePage::Convert() parent method not documented
Parameters
- Converter &$c:
- boolean $postprocess: determines whether character data is postprocessed to be Converter-friendly or not.
Info
Method getLink (line 2278)
string|tutorialLink getLink(
Converter
&$c, [boolean
$pure = false], [string
$section = ''])
Get a link to this tutorial, or to any subsection of this tutorial
Parameters
- Converter &$c:
- boolean $pure: if true, returns a tutorialLink instead of a string
- string $section: section name to link to
Info
Method getNext (line 2243)
void getNext(
Converter
&$c)
Retrieve converter-specific link to the next tutorial's documentation
Parameters
Info
Method getParent (line 2221)
void getParent(
Converter
&$c)
Retrieve converter-specific link to the parent tutorial's documentation
Parameters
Info
Method getPrev (line 2265)
void getPrev(
Converter
&$c)
Retrieve converter-specific link to the previous tutorial's documentation
Parameters
Info
Method getTitle (line 2154)
void getTitle(
Converter
&$c, [string
$subsection = ''])
Retrieve the title of the tutorial, or of any subsection
Parameters
- Converter &$c:
- string $subsection: which subsection to retrieve the title from, if any
Info
- uses - parserXMLDocBookTag::getSubSection() - retrieve the subsection to
to get a title from
Method isChildOf (line 2199)
boolean isChildOf(
array
$parents)
Determine if this parserTutorial object is a child of another
Parameters
- array $parents: array of parserTutorials that have child tutorials
Info
- return - whether or not this tutorial is a child of the any of the parents
Method setNext (line 2232)
Parameters
Info
Method setParent (line 2184)
Parameters
Info
Method setPrev (line 2254)
Parameters
Info