Maslosoft Zamm Documentation
Zamm is a documentation tool
Namespace Documentation List Helper
This widget will display table with class names and their documentation from same folder and namespace as class provided as parameter.
To use it, echo it's instance with class name as parameter:
$html = new NamespaceDocs(NamespaceDocs::class);
This will result in list of classes in namespace same same as NamespaceDocs
:
Class Name | Documentation |
---|---|
AbstractWidget |
Base class for widgets to simplify development. It provides pre-configured view. |
DocNavRecursive |
This widget will display recursive tree of sub pages relative to current page. |
MethodsDocs |
This will display HTML table containing documentation for all pubic methods of a class. |
NamespaceDocs |
This will display HTML table containing documentation for classes top doc block in selected namespace. |
PropertiesDocs |
This will display HTML table containing documentation for all properties of a class. |