Total Complexity | 5 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 90% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
8 | class ConversionCollection extends \Nip\Collections\AbstractCollection |
||
9 | { |
||
10 | /** |
||
11 | * Get all the conversions in the collection. |
||
12 | * |
||
13 | * @param string $collectionName |
||
14 | * |
||
15 | * @return $this |
||
16 | */ |
||
17 | 3 | public function forCollection(string $collectionName = '') |
|
24 | } |
||
25 | |||
26 | /** |
||
27 | * @param string $collectionName |
||
28 | * |
||
29 | * @return $this |
||
30 | */ |
||
31 | 3 | protected function shouldBePerformedOn($collectionName) |
|
44 |