1 | <?php |
||
14 | class InlineProgressPanel extends ProgressPanel { |
||
15 | |||
16 | /** |
||
17 | * @var OutputInterface |
||
18 | */ |
||
19 | private $realOutput; |
||
20 | |||
21 | |||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | public function __construct(OutputInterface $output, $max) { |
||
29 | |||
30 | |||
31 | /** |
||
32 | * @inheritdoc |
||
33 | */ |
||
34 | public function setData($data) { |
||
38 | |||
39 | |||
40 | } |