1 | <?php |
||
11 | class NullOutputContainer extends AbstractOutputContainer implements OutputContainerInterface |
||
12 | { |
||
13 | 12 | public function addToOutputBuffer(ProcessResultInterface $process, $message) |
|
16 | |||
17 | public function getFileNames() |
||
21 | |||
22 | 9 | public function getOutputBuffer() |
|
26 | |||
27 | 9 | public function countFiles() |
|
31 | } |
||
32 |