Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 71.43% |
Changes | 0 |
1 | <?php |
||
12 | class GroupedItem implements GroupedItemInterface |
||
13 | { |
||
14 | |||
15 | protected $iterator; |
||
16 | |||
17 | /** |
||
18 | * GroupedItem constructor. |
||
19 | * |
||
20 | * @param $iterator |
||
21 | */ |
||
22 | 2 | public function __construct($iterator) |
|
25 | 2 | } |
|
26 | |||
27 | |||
28 | 2 | public function getIterator(): \Iterator |
|
31 | } |
||
32 | |||
33 | public function getMethod(): string |
||
36 | } |
||
37 | } |