PHP 클래스 classWriter

상속: extends HTMLWriter
파일 보기 프로젝트 열기: peej/phpdoctor 1 사용 예제들

공개 메소드들

메소드 설명
_buildTree ( &$rootDoc, &$class, $depth = NULL ) : mixed[] Build the class hierarchy tree which is placed at the top of the page.
classWriter ( &$doclet ) Build the class definitons.
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.

메소드 상세

_buildTree() 공개 메소드

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

classWriter() 공개 메소드

Build the class definitons.
public classWriter ( &$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 )