PHP 클래스 WellCommerce\Bundle\ThemeBundle\Entity\ThemeCss

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait ThemeAwareTrait
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$attribute string
$class string
$selector string

공개 메소드들

메소드 설명
getAttribute ( ) : string
getClass ( ) : string
getSelector ( ) : string
setAttribute ( string $attribute )
setClass ( string $class )
setSelector ( string $selector )

메소드 상세

getAttribute() 공개 메소드

public getAttribute ( ) : string
리턴 string

getClass() 공개 메소드

public getClass ( ) : string
리턴 string

getSelector() 공개 메소드

public getSelector ( ) : string
리턴 string

setAttribute() 공개 메소드

public setAttribute ( string $attribute )
$attribute string

setClass() 공개 메소드

public setClass ( string $class )
$class string

setSelector() 공개 메소드

public setSelector ( string $selector )
$selector string

프로퍼티 상세

$attribute 보호되어 있는 프로퍼티

protected string $attribute
리턴 string

$class 보호되어 있는 프로퍼티

protected string $class
리턴 string

$selector 보호되어 있는 프로퍼티

protected string $selector
리턴 string