DataSift\Storyplayer\OutputLib\OutputWriter::colourize PHP Метод

colourize() защищенный Метод

protected colourize ( $output, $style )
    protected function colourize($output, $style)
    {
        // if we get here, then yes we do
        return sprintf(ConsoleColor::ESCAPE_SEQUENCE, \implode(';', $style)) . $output . sprintf(ConsoleColor::ESCAPE_SEQUENCE, ConsoleColor::NONE);
    }