PHP Класс WellCommerce\Bundle\ThemeBundle\Entity\Theme

Автор: Adam Piotrowski ([email protected])
Наследование: 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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$css Doctrine\Common\Collections\Collection | WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface[]
$folder string
$name string

Открытые методы

Метод Описание
getCss ( ) : Doctrine\Common\Collections\Collection
getFolder ( ) : string
getName ( ) : string
setCss ( Doctrine\Common\Collections\Collection $css )
setFolder ( string $folder )
setName ( string $name )

Описание методов

getCss() публичный Метод

public getCss ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getFolder() публичный Метод

public getFolder ( ) : string
Результат string

getName() публичный Метод

public getName ( ) : string
Результат string

setCss() публичный Метод

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

setFolder() публичный Метод

public setFolder ( string $folder )
$folder string

setName() публичный Метод

public setName ( string $name )
$name string

Описание свойств

$css защищенное свойство

protected Collection,Doctrine\Common\Collections|ThemeCssInterface[],WellCommerce\Bundle\ThemeBundle\Entity $css
Результат Doctrine\Common\Collections\Collection | WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface[]

$folder защищенное свойство

protected string $folder
Результат string

$name защищенное свойство

protected string $name
Результат string