PHP Interface WellCommerce\Bundle\ShopBundle\Storage\ShopStorageInterface

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

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

Method Details

getCurrentShop() public méthode

public getCurrentShop ( ) : WellCommerce\Bundle\ShopBundle\Entity\ShopInterface
Résultat WellCommerce\Bundle\ShopBundle\Entity\ShopInterface

getCurrentShopIdentifier() public méthode

public getCurrentShopIdentifier ( ) : integer
Résultat integer

hasCurrentShop() public méthode

public hasCurrentShop ( ) : boolean
Résultat boolean

setCurrentShop() public méthode

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