Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
WellCommerce
Bundle
ThemeBundle
Entity
ThemeCssInterface
PHP 인터페이스 WellCommerce\Bundle\ThemeBundle\Entity\ThemeCssInterface
저자:
Adam Piotrowski (
[email protected]
)
상속:
extends
WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface
,
extends
WellCommerce\Bundle\ThemeBundle\Entity\ThemeAwareInterface
파일 보기
프로젝트 열기: wellcommerce/wellcommerce
공개 메소드들
메소드
설명
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