$transformation
$transformation : \phpDocumentor\Transformer\Transformation
Writer containing file system operations.
The Query part of the transformation determines the action, currently supported is:
$transformation : \phpDocumentor\Transformer\Transformation
checkRequirements() : void
This method verifies whether PHP has all requirements needed to run this writer.
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.
when a requirements is missing stating which one.
transform(\phpDocumentor\Descriptor\ProjectDescriptor $project, \phpDocumentor\Transformer\Transformation $transformation) : void
Invokes the query method contained in this class.
\phpDocumentor\Descriptor\ProjectDescriptor | $project | Document containing the structure. |
\phpDocumentor\Transformer\Transformation | $transformation | Transformation to execute. |
if the query is not supported.
executeQueryCopy(\phpDocumentor\Transformer\Transformation $transformation) : void
Copies files or folders to the Artifact location.
\phpDocumentor\Transformer\Transformation | $transformation | Transformation to use as data source. |