PHP 인터페이스 WellCommerce\Bundle\ThemeBundle\Entity\ThemeInterface

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 0 사용 예제들

공개 메소드들

메소드 설명
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