1 | <?php |
||
9 | final class PartialReferenceProvider implements ReferenceProviderInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var ManagerRegistry |
||
13 | */ |
||
14 | private $registry; |
||
15 | |||
16 | /** |
||
17 | * PartialReferenceProvider constructor. |
||
18 | * |
||
19 | * @param ManagerRegistry $registry |
||
20 | */ |
||
21 | 8 | public function __construct(ManagerRegistry $registry) |
|
25 | |||
26 | /** {@inheritdoc} */ |
||
27 | 6 | public function getEntityReference($fqcn, $property, $identifier) |
|
44 | } |
||
45 |