Inherited Methods
Class: abstractLink
- abstractLink::addLink()
- sets up the link
Class Details
tutorial link
Tags:
- author - Gregory Beaver <[email protected]>
- version - Release: @VER@
- copyright - 2002-2008 Gregory Beaver
- link - http://pear.php.net/PhpDocumentor
- link - http://www.phpdoc.org
- todo - CS cleanup - change package to PhpDocumentor
- todo - CS cleanup - change classname to PhpDocumentor_*
- license - LGPL
[ Top ]
Class Variables
$section = ''
[ Top ]
$title = false
[ Top ]
$type = 'tutorial'
[ Top ]
Class Methods
addLink
void addLink(
string
$section, string
$path, string
$name, string
$package, string
$subpackage, [string
$title = false], [string
$category = false])
[line 353]
sets up the link
Overrides abstractLink::addLink() (sets up the link)
Parameters:
- string $section - section/subsection name
- string $path - full path to file containing element
- string $name - page name, as configured by Parser::parse
- string $package - package element is in
- string $subpackage - subpackage element is in
- string $title - title of tutorial
- string $category - optional category that documentation is in
[ Top ]