1 | <?php |
||
19 | class RunOpenCodeStyle extends SymfonyStyle |
||
20 | { |
||
21 | /** |
||
22 | * Display information message |
||
23 | * |
||
24 | * @param string $message |
||
25 | */ |
||
26 | public function info($message) |
||
30 | |||
31 | /** |
||
32 | * Display unordered list items |
||
33 | * |
||
34 | * @param array $items |
||
35 | */ |
||
36 | public function ul(array $items, $indentation = 0, $symbol = '•') |
||
50 | |||
51 | /** |
||
52 | * Display logo. |
||
53 | * |
||
54 | * @return void |
||
55 | */ |
||
56 | public function displayLogo() |
||
66 | } |
||
67 |