$writer
$writer : string
Class representing a single Transformation.
__construct(\phpDocumentor\Transformer\Template $template, string $query, string $writer, string $source, string $artifact) : mixed
Constructs a new Transformation object and populates the required parameters.
\phpDocumentor\Transformer\Template | $template | |
string | $query | What information to use as datasource for the writer's source. |
string | $writer | What type of transformation to apply (PDF, Twig etc). |
string | $source | Which template or type of source to use. |
string | $artifact | What is the filename of the result (relative to the generated root) |