Method | Description | |
---|---|---|
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
createProgressBar ( integer $max ) : |
||
progressAdvance ( integer $step = 1 ) | ||
table ( array $headers, array $rows ) |
public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
public createProgressBar ( integer $max ) : |
||
$max | integer | |
return |