Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
21 | public function __construct(FactoryInterface $contentListFactory, ContentListRepositoryInterface $contentListRepository, EntityManagerInterface $entityManager) |
||
22 | { |
||
23 | $this->contentListFactory = $contentListFactory; |
||
24 | $this->contentListRepository = $contentListRepository; |
||
25 | $this->entityManager = $entityManager; |
||
26 | } |
||
27 | |||
42 |