PHP Class PackageWriter

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

Public Methods

Method Description
_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
packageWriter ( &$doclet ) Build the package summaries.

Method Details

_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 )

packageWriter() public method

Build the package summaries.
public packageWriter ( &$doclet )