for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DoS\ResourceBundle\Doctrine\ODM\MongoDB;
use DoS\ResourceBundle\Doctrine\RepositoryInterface;
use Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB\DocumentRepository as BaseDocumentRepository;
class DocumentRepository extends BaseDocumentRepository implements RepositoryInterface
getClassName
{
/**
* {@inheritdoc}
*/
public function getManager()
return $this->dm;
}
public function getEntityName()
return $this->documentName;