PHP Trait WellCommerce\Bundle\ThemeBundle\Entity\ThemeAwareTrait

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

Protected Properties

Property Type Description
$theme WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface

Public Methods

Method Description
getTheme ( ) : WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface
setTheme ( WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface $theme )

Method Details

getTheme() public method

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

setTheme() public method

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

Property Details

$theme protected property

protected ThemeInterface,WellCommerce\Bundle\ThemeBundle\Entity $theme
return WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface