PHP Class NamespaceWriter

Inheritance: extends HTMLWriter
Datei anzeigen Open project: peej/phpdoctor

Public Methods

Method 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 method

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

_buildTree() public method

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

_displayTree() public method

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