Classes and interfaces
GeneratePaths¶
Behaviour that adds generated path information on the File elements.
« More »
Inherit¶
Behaviour that runs through all elements and inherit base information
when necessary.
« More »
ClassNode¶
Responsible for adding inheritance behaviour to an individual class.
« More »
ConstantNode¶
Responsible for adding inheritance behaviour to an individual constant.
« More »
DocBlockNode¶
Wrapper class around a DOMElement containing a DocBlock definition.
« More »
MethodNode¶
Responsible for adding inheritance behaviour to an individual method.
« More »
NodeAbstract¶
Base class for adding inheritance to an element.
« More »
PropertyNode¶
Responsible for adding inheritance behaviour to an individual property.
« More »
CoversTag¶
Behaviour that adds support for the @covers tag
« More »
UsesTag¶
Behaviour that adds support for the uses tag
« More »
BehaviourAbstract¶
Collection object for a set of Behaviours.
« More »
Classes and interfaces
AuthorTag¶
Behaviour that links to email addresses in the @author tag.
« More »
IgnoreTag¶
Behaviour that adds support for @ignore tag.
« More »
InternalTag¶
Behaviour that adds support for @internal tag.
« More »
LicenseTag¶
Behaviour that enables links to URLs in the @license tag.
« More »
MethodTag¶
Behaviour that adds support for the @method tag
« More »
ParamTag¶
Behaviour that adds support for the @param tags.
« More »
PropertyTag¶
Behaviour that adds support for the property tag
« More »
ReturnTag¶
Behaviour that adds support for the return tag
« More »
VarTag¶
Behaviour that adds support for the @method tag
« More »
Classes and interfaces
Checkstyle¶
Checkstyle transformation writer; generates checkstyle report
« More »
FileIo¶
Writer containing file system operations.
« More »
Pdf¶
A PDF writer which uses wkhtmltopdf to convert a single HTML file to PDF.
« More »
Search¶
Search writer responsible for building the search index.
« More »
Sourcecode¶
Sourcecode transformation writer; generates syntax highlighted source files
in a destination's subfolder.
« More »
Xsl¶
XSL transformation writer; generates static HTML out of the structure and XSL
templates.
« More »
WriterAbstract¶
Base class for the actual transformation business logic (writers).
« More »