PHPDoctor


PHPDoctor\Doclets\Standard.ClassWriter
doclets/standard/classWriter.php at line 26

Class ClassWriter

HTMLWriter
└─ClassWriter

public class ClassWriter
extends HTMLWriter

This generates the HTML API documentation for each individual interface and class.


Constructor Summary

classWriter(Doclet doclet)

Build the class definitons.

Method Summary
void

inheritFields(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package)

Display the inherited fields of an element.

void

inheritMethods(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package)

Display the inherited methods of an element.

Constructor Detail

doclets/standard/classWriter.php at line 33

classWriter

public classWriter(Doclet doclet)

Build the class definitons.


Method Detail

doclets/standard/classWriter.php at line 314

inheritFields

public void inheritFields(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package)

Display the inherited fields of an element. This method calls itself recursively if the element has a parent class.


doclets/standard/classWriter.php at line 347

inheritMethods

public void inheritMethods(ProgramElementDoc element, RootDoc rootDoc, PackageDoc package)

Display the inherited methods of an element. This method calls itself recursively if the element has a parent class.


PHPDoctor