PHP 클래스 PHPStan\Command\ErrorsConsoleStyle

상속: extends Symfony\Component\Console\Style\SymfonyStyle
파일 보기 프로젝트 열기: phpstan/phpstan 1 사용 예제들

공개 메소드들

메소드 설명
__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