WellCommerce\Bundle\DoctrineBundle\Factory\AbstractEntityFactory::getDefaultShop PHP Метод

getDefaultShop() защищенный Метод

protected getDefaultShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
Результат WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
    protected function getDefaultShop() : ShopInterface
    {
        return $this->get('shop.storage')->getCurrentShop();
    }