Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
6 | class ReflectionProviderFactory implements EntityProviderFactoryInterface |
||
7 | { |
||
8 | /** |
||
9 | * @var IdHandlerInterface |
||
10 | */ |
||
11 | private $idHandler; |
||
12 | |||
13 | 2 | public function __construct(IdHandlerInterface $idHandler) |
|
16 | 2 | } |
|
17 | |||
18 | 2 | public function create(string $entityClassName): EntityProviderInterface |
|
27 |