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