PHP Interface WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\ThemeBundle\Entity\ThemeAwareInterface
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getAttribute ( ) : string
getClass ( ) : string
getSelector ( ) : string
setAttribute ( string $attribute )
setClass ( string $class )
setSelector ( string $selector )

Method Details

getAttribute() public method

public getAttribute ( ) : string
return string

getClass() public method

public getClass ( ) : string
return string

getSelector() public method

public getSelector ( ) : string
return string

setAttribute() public method

public setAttribute ( string $attribute )
$attribute string

setClass() public method

public setClass ( string $class )
$class string

setSelector() public method

public setSelector ( string $selector )
$selector string