PhpBrew\Command\InfoCommand::header PHP Method

header() public method

public header ( $text )
    public function header($text)
    {
        $f = $this->logger->formatter;
        echo $f->format($text . "\n", 'strong_white');
    }