PHP Interface WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getCurrentShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
getCurrentShopIdentifier ( ) : integer
hasCurrentShop ( ) : boolean
setCurrentShop ( WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop )

Method Details

getCurrentShop() public method

public getCurrentShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
return WellCommerce\Bundle\ShopBundle\Entity\ShopInterface

getCurrentShopIdentifier() public method

hasCurrentShop() public method

public hasCurrentShop ( ) : boolean
return boolean

setCurrentShop() public method

public setCurrentShop ( WellCommerce\Bundle\ShopBundle\Entity\ShopInterface $shop )
$shop WellCommerce\Bundle\ShopBundle\Entity\ShopInterface