Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
15 | public function __construct( |
||
16 | $entityName, |
||
17 | NamingStrategy $namingStrategy = null, |
||
18 | array $entityFactories = [], |
||
19 | GenericFactoryInterface $genericFactory = null |
||
20 | ) { |
||
21 | parent::__construct($entityName, $namingStrategy); |
||
22 | $this->entityFactories = $entityFactories; |
||
23 | $this->genericFactory = $genericFactory; |
||
24 | } |
||
45 |