PHP Класс classWriter

Наследование: extends HTMLWriter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
_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 )