Property | Type | Description | |
---|---|---|---|
$padding | integer | 间隔 | |
$periphery | string | 外围标识符 | |
$text | string | 要显示的文本 |
Method | Description | |
---|---|---|
__construct ( string $text = '', string $periphery = '*', integer $padding = 2 ) | Box constructor. | |
__toString ( ) : string | 渲染文本并返回 | |
render ( ) : string | 渲染文本并返回 |