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
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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