| 1 | <?php |
||
| 19 | class Console |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var ConsoleHelper |
||
| 23 | */ |
||
| 24 | private static $_instance; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return ConsoleHelper |
||
| 28 | */ |
||
| 29 | 4 | public static function get() { |
|
| 36 | |||
| 37 | 1 | public static function styled($style, $text) { |
|
| 40 | |||
| 41 | 2 | public static function open($style) |
|
| 45 | |||
| 46 | 2 | public static function close() |
|
| 50 | |||
| 51 | 2 | public static function reset() { |
|
| 54 | } |