| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | final class UploadsHelper extends AbstractHelper |
||
| 24 | { |
||
| 25 | public function __construct(Reader $reader, ManagerRegistry $registry) |
||
| 26 | { |
||
| 27 | $this->reader = $reader; |
||
| 28 | $this->initRegistry($registry); |
||
| 29 | $this->initReader($reader); |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param object|string $class |
||
| 34 | */ |
||
| 35 | public function getConfiguration($class): Uploads |
||
| 38 | } |
||
| 39 | } |
||
| 40 |