PHP 클래스 WellCommerce\Bundle\LayoutBundle\Entity\LayoutBox

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\LayoutBundle\Entity\LayoutBoxInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$boxType string
$identifier string
$settings string

공개 메소드들

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

프로퍼티 상세

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

protected string $boxType
리턴 string

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

protected string $identifier
리턴 string

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

protected string $settings
리턴 string