PHP Class WellCommerce\Bundle\ThemeBundle\Entity\ThemeCss

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait ThemeAwareTrait
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$attribute string
$class string
$selector string

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

Property Details

$attribute protected property

protected string $attribute
return string

$class protected property

protected string $class
return string

$selector protected property

protected string $selector
return string