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
显示文件 Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$css Doctrine\Common\Collections\Collection | WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface[]
$folder string
$name string

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

Property Details

$css protected_oe property

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

$folder protected_oe property

protected string $folder
return string

$name protected_oe property

protected string $name
return string