PHP Class WellCommerce\Bundle\ShopBundle\Repository\ShopRepository

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Repository\AbstractEntityRepository, implements WellCommerce\Bundle\ShopBundle\Repository\ShopRepositoryInterface
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getDataSetQueryBuilder ( ) : Doctrine\ORM\QueryBuilder
resolve ( integer $currentShopId, string $url ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface

Method Details

getDataSetQueryBuilder() public method

public getDataSetQueryBuilder ( ) : Doctrine\ORM\QueryBuilder
return Doctrine\ORM\QueryBuilder

resolve() public method

public resolve ( integer $currentShopId, string $url ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
$currentShopId integer
$url string
return WellCommerce\Bundle\ShopBundle\Entity\ShopInterface