Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
4 | final class Ansi |
||
5 | { |
||
6 | /** |
||
7 | * Select Graphic Rendition |
||
8 | * |
||
9 | * @see \WebServCo\Framework\Cli\Sgr |
||
10 | * |
||
11 | * @param string $string |
||
12 | * @param array $parameters ANSI SGR parameters (alterantively use the Sgr class constants) |
||
13 | * |
||
14 | * @return string |
||
15 | */ |
||
16 | public static function sgr($string, array $parameters) |
||
24 | } |
||
25 | |||
26 | public static function clear() |
||
31 |