| 1 | <?php |
||
| 17 | class DocumentToEntityMapper implements DocumentToEntityMapperInterface { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * |
||
| 21 | * {@inheritDoc} |
||
| 22 | * |
||
| 23 | * @see \StingerSoft\EntitySearchBundle\Services\Mapping\DocumentToEntityMapperInterface::getEntity() |
||
| 24 | */ |
||
| 25 | public function getEntity(ObjectManager $manager, Document $document) { |
||
| 28 | } |