Class: tutorialLink
Source Location: /phpDocumentor/LinkClasses.inc
Class tutorialLink
Inherited Properties, Constants, and Methods
Methods
void addLink(
string
$section, string
$path, string
$name, string
$package, string
$subpackage, [string
$title = false], [string
$category = false]
)
|
|
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 |
Redefinition of:
- abstractLink::addLink()
- sets up the link
|
|