1 | <?php |
||
11 | class NullOutputContainer implements OutputContainerInterface |
||
12 | { |
||
13 | public function addToOutputBuffer(ProcessResultInterface $process, $message) |
||
16 | |||
17 | public function getFileNames() |
||
21 | |||
22 | public function getOutputBuffer() |
||
26 | |||
27 | public function countFiles() |
||
31 | |||
32 | public function getTag() |
||
36 | |||
37 | public function getTitle() |
||
41 | } |
||
42 |