Свойство | Тип | Описание | |
---|---|---|---|
$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 ) |
public getCss ( ) : Doctrine\Common\Collections\Collection | ||
Результат | Doctrine\Common\Collections\Collection |
public setCss ( Doctrine\Common\Collections\Collection $css ) | ||
$css | Doctrine\Common\Collections\Collection |
protected Collection,Doctrine\Common\Collections|ThemeCssInterface[],WellCommerce\Bundle\ThemeBundle\Entity $css | ||
Результат | Doctrine\Common\Collections\Collection | WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface[] |