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
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

public getCss ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getFolder() public méthode

public getFolder ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

setCss() public méthode

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

setFolder() public méthode

public setFolder ( string $folder )
$folder string

setName() public méthode

public setName ( string $name )
$name string