PHP 클래스 ClassWriter

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Build the class definitons.
public __construct ( &$doclet )

_buildTree() 공개 메소드

Build the class hierarchy tree which is placed at the top of the page.
public _buildTree ( &$rootDoc, &$class, $depth = NULL ) : mixed[]
리턴 mixed[]

classWriter() 공개 메소드

public classWriter ( Doclet &$doclet )
$doclet Doclet

inheritFields() 공개 메소드

Display the inherited fields of an element. This method calls itself recursively if the element has a parent class.
public inheritFields ( &$element, &$rootDoc, &$package )

inheritMethods() 공개 메소드

Display the inherited methods of an element. This method calls itself recursively if the element has a parent class.
public inheritMethods ( &$element, &$rootDoc, &$package )