Conditions | 2 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | private function initCollection($name, CollectionInterface $collection) |
||
1 ignored issue
–
show
|
|||
20 | { |
||
21 | if (property_exists($this, $name)) { |
||
22 | $this->{$name} = $collection; |
||
23 | } |
||
24 | } |
||
25 | |||
52 |