Base class for the actual transformation business logic (writers).
package |
Default |
---|
checkForSpacesInPath(string $path) : void
Throws |
|
---|
string
checkRequirements() : void
If one of the requirements is missing for this Writer then an exception of type RequirementMissing should be thrown; this indicates to the calling process that this writer will not function.
Throws |
|
---|
transform(\phpDocumentor\Descriptor\ProjectDescriptor $project, \phpDocumentor\Transformer\Transformation $transformation) : void