PHP Interface WellCommerce\Bundle\ThemeBundle\Context\Front\ThemeContextInterface

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

Public Methods

Method Description
getCurrentTheme ( ) : WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface
getCurrentThemeFolder ( ) : string
hasCurrentTheme ( ) : boolean
setCurrentTheme ( WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface $theme )

Method Details

getCurrentTheme() public method

public getCurrentTheme ( ) : WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface
return WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface

getCurrentThemeFolder() public method

public getCurrentThemeFolder ( ) : string
return string

hasCurrentTheme() public method

public hasCurrentTheme ( ) : boolean
return boolean

setCurrentTheme() public method

public setCurrentTheme ( WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface $theme )
$theme WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface