PHP Class PHPStan\Command\ErrorsConsoleStyle

Inheritance: extends Symfony\Component\Console\Style\SymfonyStyle
Afficher le fichier Open project: phpstan/phpstan Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 méthode

public createProgressBar ( integer $max ) : ProgressBar
$max integer
Résultat Symfony\Component\Console\Helper\ProgressBar

progressAdvance() public méthode

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

table() public méthode

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