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