Classes and interfaces

ExporterAbstract

Class responsible for writing the results of the Reflection of a single source file to disk.

« More »

Classes and interfaces

ArgumentExporter

Exports an argument element into the given DOMElement.

« More »

ClassExporter

Exports a class element's attributes and properties to a child of the given parent.

« More »

ConstantExporter

Exports a constant element's attributes and properties to a child of the given parent.

« More »

DocBlockExporter

Exports the details of an elements' DocBlock to XML.

« More »

DocBlockTagExporter

Exports the information from a DocBlock's Tag.

« More »

FileExporter

Exports the collected reflection information of a file to the given DOMElement.

« More »

FunctionExporter

Exports the given reflected file to a DOMElement.

« More »

IncludeExporter

Exports the details of an Include element to XML.

« More »

InterfaceExporter

Exports the details of an interface to XML.

« More »

MethodExporter

Exports a method definition to the given DOMElement.

« More »

PropertyExporter

Exports a property definition to the given DOMElement.

« More »

VariableExporter

Exports the details of a variable to XML.

« More »

Xml

Class responsible for writing the results of the Reflection to a single Intermediate Structure file in XML.

« More »