PHP Interface WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Mostrar archivo Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getCss ( ) : Doctrine\Common\Collections\Collection
getFolder ( ) : string
getName ( ) : string
setCss ( Doctrine\Common\Collections\Collection $css )
setFolder ( string $folder )
setName ( string $name )

Method Details

getCss() public method

public getCss ( ) : Doctrine\Common\Collections\Collection
return Doctrine\Common\Collections\Collection

getFolder() public method

public getFolder ( ) : string
return string

getName() public method

public getName ( ) : string
return string

setCss() public method

public setCss ( Doctrine\Common\Collections\Collection $css )
$css Doctrine\Common\Collections\Collection

setFolder() public method

public setFolder ( string $folder )
$folder string

setName() public method

public setName ( string $name )
$name string