Sulu\Bundle\GeneratorBundle\Command\Helper\DialogHelper::writeSection PHP Method

writeSection() public method

public writeSection ( Symfony\Component\Console\Output\OutputInterface $output, $text, $style = 'bg=blue;fg=white' )
$output Symfony\Component\Console\Output\OutputInterface
    public function writeSection(OutputInterface $output, $text, $style = 'bg=blue;fg=white')
    {
        $output->writeln(['', $this->getHelperSet()->get('formatter')->formatBlock($text, $style, true), '']);
    }