Method |
Description |
|
__construct ( Symfony\Component\Console\Output\OutputInterface $output, array $options = [] ) |
Init the object and set output and options (if given) |
|
getOption ( string $optionName ) : mixed |
Get a single option |
|
getOptions ( ) : array |
Get the current set of options |
|
getOutput ( ) : object |
Get the Output instance |
|
render ( array $results, Command $command ) |
Render the results of the scan |
|
setOptions ( array $options ) |
Set the output options |
|
setOutput ( Symfony\Component\Console\Output\OutputInterface $output ) |
Set the Output object instance |
|