1 | <?php |
||
17 | class DocumentToEntityMapper implements DocumentToEntityMapperInterface { |
||
18 | |||
19 | /** |
||
20 | * @var AbstractManagerRegistry |
||
21 | */ |
||
22 | protected $managerRegistry; |
||
23 | |||
24 | public function __construct(AbstractManagerRegistry $managerRegistry) { |
||
27 | |||
28 | /** |
||
29 | * |
||
30 | * {@inheritDoc} |
||
31 | * |
||
32 | * @see \StingerSoft\EntitySearchBundle\Services\Mapping\DocumentToEntityMapperInterface::getEntity() |
||
33 | */ |
||
34 | public function getEntity(Document $document) { |
||
37 | } |