PHP Class Bluz\Cli\Colorize

Author: Anton Shevchuk
Show file Open project: bluzphp/framework Class Usage Examples

Protected Properties

Property Type Description
$background list of background colors
$colors list of text colors

Public Methods

Method Description
text ( string $text, string $foreground = null, string $background = null, boolean $bold = false, boolean $underline = false ) : string Return string colorized for Linux console

Method Details

text() public static method

Return string colorized for Linux console
public static text ( string $text, string $foreground = null, string $background = null, boolean $bold = false, boolean $underline = false ) : string
$text string
$foreground string
$background string
$bold boolean
$underline boolean
return string

Property Details

$background protected static property

list of background colors
protected static $background

$colors protected static property

list of text colors
protected static $colors