PHP 클래스 NamespaceWriter

상속: extends HTMLWriter
파일 보기 프로젝트 열기: peej/phpdoctor

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

_buildTree() 공개 메소드

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

_displayTree() 공개 메소드

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