1 | <?php |
||
10 | class Dependency |
||
11 | { |
||
12 | /** |
||
13 | * @return Table |
||
14 | */ |
||
15 | 2 | public static function symfonyTable() |
|
19 | |||
20 | /** |
||
21 | * @return ConsoleOutput |
||
22 | */ |
||
23 | 2 | public static function symfonyConsoleOutput() |
|
29 | |||
30 | /** |
||
31 | * @return OutputFormatter |
||
32 | */ |
||
33 | 3 | public static function symfonyOutputFormatter() |
|
37 | |||
38 | /** |
||
39 | * @return TableSeparator |
||
40 | */ |
||
41 | 2 | public static function symfonyTableSeparator() |
|
45 | } |
||
46 |