PHP Class PHPStan\Command\ErrorsConsoleStyle

Inheritance: extends Symfony\Component\Console\Style\SymfonyStyle
Show file Open project: phpstan/phpstan Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

createProgressBar() public method

public createProgressBar ( integer $max ) : ProgressBar
$max integer
return Symfony\Component\Console\Helper\ProgressBar

progressAdvance() public method

public progressAdvance ( integer $step = 1 )
$step integer

table() public method

public table ( array $headers, array $rows )
$headers array
$rows array