Class OutputFormatterStyle
Formatter style class for defining styles.
- Symfony\Component\Console\Formatter\OutputFormatterStyle implements Symfony\Component\Console\Formatter\OutputFormatterStyleInterface
Namespace: Symfony\Component\Console\Formatter
Author: Konstantin Kudryashov <ever.zet@gmail.com>
Api
Located at laravel/vendor/Symfony/Component/Console/Formatter/OutputFormatterStyle.php
Author: Konstantin Kudryashov <ever.zet@gmail.com>
Api
Located at laravel/vendor/Symfony/Component/Console/Formatter/OutputFormatterStyle.php
public
|
#
__construct( string $foreground = null, string $background = null, array $options = array() )
Initializes output formatter style. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
private static
array
|
$availableForegroundColors | array(
'black' => 30,
'red' => 31,
'green' => 32,
'yellow' => 33,
'blue' => 34,
'magenta' => 35,
'cyan' => 36,
'white' => 37
) |
|
private static
array
|
$availableBackgroundColors | array(
'black' => 40,
'red' => 41,
'green' => 42,
'yellow' => 43,
'blue' => 44,
'magenta' => 45,
'cyan' => 46,
'white' => 47
) |
|
private static
array
|
$availableOptions | array(
'bold' => 1,
'underscore' => 4,
'blink' => 5,
'reverse' => 7,
'conceal' => 8
) |
|
private
mixed
|
$foreground |
|
|
private
mixed
|
$background |
|
|
private
array
|
$options | array() |