Classes and interfaces

Exception

Provides the basic exception for the parser package.

« More »

Template

Model representing a loaded template.

« More »

Transformation

Class representing a single Transformation.

« More »

Transformer

Core class responsible for transforming the structure.xml file to a set of artifacts.

« More »

TransformerAbstract

Layer superclass for \phpDocumentor\Transformer Component.

« More »

Classes and interfaces

AddLinkInformation

Behaviour that adds generated path information on the File elements.

« More »

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 »

Graph

Class diagram generator.

« More »

Pdf

A PDF writer which uses wkhtmltopdf to convert a single HTML file to PDF.

« 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 »