WellCommerce\Bundle\ShopBundle\Storage\ShopStorage::hasCurrentShop PHP Method

hasCurrentShop() public method

public hasCurrentShop ( ) : boolean
return boolean
    public function hasCurrentShop() : bool
    {
        return $this->currentShop instanceof ShopInterface;
    }