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

저자: Adam Piotrowski ([email protected])
상속: implements WellCommerce\Bundle\LocaleBundle\Entity\LocaleAwareInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translation
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

보호된 프로퍼티들

프로퍼티 타입 설명
$content string
$name string

공개 메소드들

메소드 설명
getContent ( ) : string
getCopyingSensitiveProperties ( ) : array
getName ( ) : string
setContent ( string $content )
setName ( string $name )

메소드 상세

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

getCopyingSensitiveProperties() 공개 메소드

getName() 공개 메소드

public getName ( ) : string
리턴 string

setContent() 공개 메소드

public setContent ( string $content )
$content string

setName() 공개 메소드

public setName ( string $name )
$name string

프로퍼티 상세

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

protected string $content
리턴 string

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

protected string $name
리턴 string