PHP Class WellCommerce\Bundle\ThemeBundle\Entity\Theme

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$css Doctrine\Common\Collections\Collection | WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface[]
$folder string
$name string

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

Property Details

$css protected_oe property

protected Collection,Doctrine\Common\Collections|ThemeCssInterface[],WellCommerce\Bundle\ThemeBundle\Entity $css
Résultat Doctrine\Common\Collections\Collection | WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface[]

$folder protected_oe property

protected string $folder
Résultat string

$name protected_oe property

protected string $name
Résultat string