PHP Class ClassWriter

Inheritance: extends HTMLWriter
Afficher le fichier Open project: peej/phpdoctor

Méthodes publiques

Méthode Description
__construct ( &$doclet ) Build the class definitons.
_buildTree ( &$rootDoc, &$class, $depth = NULL ) : mixed[] Build the class hierarchy tree which is placed at the top of the page.
classWriter ( Doclet &$doclet )
inheritFields ( &$element, &$rootDoc, &$package ) Display the inherited fields of an element. This method calls itself recursively if the element has a parent class.
inheritMethods ( &$element, &$rootDoc, &$package ) Display the inherited methods of an element. This method calls itself recursively if the element has a parent class.

Method Details

__construct() public méthode

Build the class definitons.
public __construct ( &$doclet )

_buildTree() public méthode

Build the class hierarchy tree which is placed at the top of the page.
public _buildTree ( &$rootDoc, &$class, $depth = NULL ) : mixed[]
Résultat mixed[]

classWriter() public méthode

public classWriter ( Doclet &$doclet )
$doclet Doclet

inheritFields() public méthode

Display the inherited fields of an element. This method calls itself recursively if the element has a parent class.
public inheritFields ( &$element, &$rootDoc, &$package )

inheritMethods() public méthode

Display the inherited methods of an element. This method calls itself recursively if the element has a parent class.
public inheritMethods ( &$element, &$rootDoc, &$package )