Total Complexity | 10 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
8 | class GroupConsumer extends Consumer |
||
9 | { |
||
10 | /** @var iterable|Consumer[] */ |
||
11 | protected $consumers = []; |
||
12 | |||
13 | public function addConsumers(iterable $consumers) |
||
19 | } |
||
20 | } |
||
21 | |||
22 | protected function setupConsumer() |
||
26 | } |
||
27 | } |
||
28 | |||
29 | public function stopConsuming() |
||
33 | } |
||
34 | } |
||
35 | |||
36 | public function purge() |
||
40 | } |
||
41 | } |
||
42 | |||
43 | public function delete() |
||
49 | } |