PHP 인터페이스 WellCommerce\Bundle\LayoutBundle\Entity\LayoutBoxInterface

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

공개 메소드들

메소드 설명
getBoxType ( ) : string
getIdentifier ( ) : string
getSettings ( ) : array
setBoxType ( string $boxType )
setIdentifier ( string $identifier )
setSettings ( array $settings )

메소드 상세

getBoxType() 공개 메소드

public getBoxType ( ) : string
리턴 string

getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string

getSettings() 공개 메소드

public getSettings ( ) : array
리턴 array

setBoxType() 공개 메소드

public setBoxType ( string $boxType )
$boxType string

setIdentifier() 공개 메소드

public setIdentifier ( string $identifier )
$identifier string

setSettings() 공개 메소드

public setSettings ( array $settings )
$settings array