$transformer
$transformer : \phpDocumentor\Transformer\Transformer
Transforms the structure file into the specified output format
This task will execute the transformation rules described in the given template with the given source and writes these to the target location (defaults to 'output').
It is possible for the user to receive additional information using the verbose option or stop additional information using the quiet option. Please take note that the quiet option also disables logging to file.
__construct(\phpDocumentor\Transformer\Transformer $transformer, \phpDocumentor\Parser\FlySystemFactory $flySystemFactory, \Psr\Log\LoggerInterface $logger, \phpDocumentor\Transformer\Template\Factory $templateFactory) : mixed
Initializes the command with all necessary dependencies to construct human-suitable output from the AST.
\phpDocumentor\Transformer\Transformer | $transformer | |
\phpDocumentor\Parser\FlySystemFactory | $flySystemFactory | |
\Psr\Log\LoggerInterface | $logger | |
\phpDocumentor\Transformer\Template\Factory | $templateFactory |
__invoke(\phpDocumentor\Pipeline\Stage\Payload $payload) : \phpDocumentor\Pipeline\Stage\Payload
Executes the business logic involved with this command.
\phpDocumentor\Pipeline\Stage\Payload | $payload |
If the target location is not a folder.