phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: abstractLink

Source Location: /PhpDocumentor-1.4.0/phpDocumentor/LinkClasses.inc

Class Overview


linking classes parent


Variables

Methods


Child classes:

pageLink
procedural page link
functionLink
function link
defineLink
define link
globalLink
global variable link
classLink
class link
methodLink
method link
tutorialLink
tutorial link

Inherited Variables

Inherited Methods


Class Details

[line 49]
linking classes parent


[ Top ]


Class Variables

$category =  ''

[line 63]


Type:   string


[ Top ]

$fileAlias =  ''

[line 56]

phpdoc alias _phpdoc_inc for phpdoc.inc

Type:   string


[ Top ]

$name =  ''

[line 62]


Type:   string


[ Top ]

$package =  ''

[line 64]


Type:   string


[ Top ]

$path =

[line 52]


Type:   string


[ Top ]

$subpackage =  ''

[line 65]


Type:   string


[ Top ]

$type =  ''

[line 61]

element type linked to.

can only be a documentable element


Type:   string


[ Top ]



Method Detail

addLink   [line 76]

void addLink( string $path, string $fileAlias, string $name, string $package, string $subpackage, [string $category = false])


Overridden in child classes as:

methodLink::addLink()
tutorialLink::addLink()

Parameters:

string   $path   —  full path to file containing element
string   $fileAlias   —  page name, as configured by Parser::parse
string   $name   —  element name
string   $package   —  package element is in
string   $subpackage   —  subpackage element is in
string   $category   —  optional category that documentation is in

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:08:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.