1 | <?php |
||
18 | final class OutputWriter extends DoctrineOutputWriter |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * @var OutputInterface |
||
23 | */ |
||
24 | 6 | private $consoleOutput; |
|
25 | |||
26 | 6 | ||
27 | 6 | public function setConsoleOutput(OutputInterface $consoleOutput) |
|
31 | |||
32 | |||
33 | 2 | /** |
|
34 | * @param string $message |
||
35 | 2 | */ |
|
36 | 2 | public function write($message) |
|
40 | |||
41 | |||
42 | 2 | private function getConsoleOutput() : OutputInterface |
|
49 | |||
50 | } |
||
51 |