__construct() __construct(\think\console\output\formatter\Style|null $emptyStyle = null) : mixed 构造方法 Parameters \think\console\output\formatter\Style|null $emptyStyle Returns mixed —
push() push(\think\console\output\formatter\Style $style) : void 推一个样式进入堆栈 Parameters \think\console\output\formatter\Style $style
pop() pop(\think\console\output\formatter\Style|null $style = null) : \think\console\output\formatter\Style 从堆栈中弹出一个样式 Parameters \think\console\output\formatter\Style|null $style Throws \InvalidArgumentException Returns \think\console\output\formatter\Style —
getCurrent() getCurrent() : \think\console\output\formatter\Style 计算堆栈的当前样式。 Returns \think\console\output\formatter\Style —
setEmptyStyle() setEmptyStyle(\think\console\output\formatter\Style $emptyStyle) : \think\console\output\formatter\Stack Parameters \think\console\output\formatter\Style $emptyStyle Returns \think\console\output\formatter\Stack —
getEmptyStyle() getEmptyStyle() : \think\console\output\formatter\Style Returns \think\console\output\formatter\Style —