PHP Class NamespaceWriter

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

Méthodes publiques

Méthode Description
__construct ( &$doclet ) Build the namespace summaries.
_buildTree ( &$tree, &$element ) Build the class tree branch for the given element
_displayTree ( $tree, $parent = NULL ) Build the class tree branch for the given element

Method Details

__construct() public méthode

Build the namespace summaries.
public __construct ( &$doclet )

_buildTree() public méthode

Build the class tree branch for the given element
public _buildTree ( &$tree, &$element )

_displayTree() public méthode

Build the class tree branch for the given element
public _displayTree ( $tree, $parent = NULL )