PHP Класс PHPStan\Command\ErrorsConsoleStyle

Наследование: extends Symfony\Component\Console\Style\SymfonyStyle
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 )

Описание методов

__construct() публичный Метод

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 createProgressBar ( integer $max ) : ProgressBar
$max integer
Результат Symfony\Component\Console\Helper\ProgressBar

progressAdvance() публичный Метод

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

table() публичный Метод

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