\think\console\output\formatterStyle

Summary

Methods
Properties
Constants
__construct()
setForeground()
setBackground()
setOption()
unsetOption()
setOptions()
apply()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$availableForegroundColors
$availableBackgroundColors
$availableOptions
$foreground
$background
$options
N/A

Properties

$availableForegroundColors

$availableForegroundColors : 

Type

$availableBackgroundColors

$availableBackgroundColors : 

Type

$availableOptions

$availableOptions : 

Type

$foreground

$foreground : 

Type

$background

$background : 

Type

$options

$options : 

Type

Methods

__construct()

__construct(string|null  $foreground = null, string|null  $background = null, array  $options = array()) 

初始化输出的样式

Parameters

string|null $foreground

字体颜色

string|null $background

背景色

array $options

格式

setForeground()

setForeground(string|null  $color = null) 

设置字体颜色

Parameters

string|null $color

颜色名

Throws

\InvalidArgumentException

setBackground()

setBackground(string|null  $color = null) 

设置背景色

Parameters

string|null $color

颜色名

Throws

\InvalidArgumentException

setOption()

setOption(string  $option) 

设置字体格式

Parameters

string $option

格式名

Throws

\InvalidArgumentException

When the option name isn't defined

unsetOption()

unsetOption(string  $option) 

重置字体格式

Parameters

string $option

格式名

Throws

\InvalidArgumentException

setOptions()

setOptions(array  $options) 

批量设置字体格式

Parameters

array $options

apply()

apply(string  $text) : string

应用样式到文字

Parameters

string $text

文字

Returns

string