Pantheon\Terminus\Style\TerminusStyle::__construct PHP Метод

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

TerminusStyle constructor.
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 function __construct(InputInterface $input, OutputInterface $output)
    {
        ProgressBar::setFormatDefinition('normal', self::NORMAL_PROGRESS_FORMAT);
        parent::__construct($input, $output);
    }
TerminusStyle