메소드 | 설명 | |
---|---|---|
__construct ( ) | 初始化命令行输出格式 | |
escape ( string $text ) : string | 转义 | |
format ( string $message ) : string | 使用所给的样式格式化文字 | |
getStyle ( string $name ) : |
获取样式 | |
getStyleStack ( ) : |
||
hasStyle ( string $name ) : boolean | 是否有这个样式 | |
isDecorated ( ) : boolean | 获取外观标识 | |
setDecorated ( boolean $decorated ) | 设置外观标识 | |
setStyle ( string $name, |
添加一个新样式 |
메소드 | 설명 | |
---|---|---|
applyCurrentStyle ( string $text ) : string | 从堆栈应用样式到文字 | |
createStyleFromString ( string $string ) : |
根据字符串创建新的样式实例 |