PhpBench\Report\Renderer\ConsoleRenderer::configureFormatters PHP Метод

configureFormatters() приватный Метод

Adds some output formatters.
private configureFormatters ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter )
$formatter Symfony\Component\Console\Formatter\OutputFormatterInterface
    private function configureFormatters(OutputFormatterInterface $formatter)
    {
        $formatter->setStyle('title', new OutputFormatterStyle('white', null, ['bold']));
        $formatter->setStyle('subtitle', new OutputFormatterStyle('white', null, []));
        $formatter->setStyle('description', new OutputFormatterStyle(null, null, []));
    }