Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
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 | 3 | public function __construct($iterator) |
|
25 | 3 | } |
|
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | 2 | public function getIterator() |
|
33 | } |
||
34 | |||
35 | 1 | public function getMethod() |
|
40 |