PHP 클래스 Newscoop\NewscoopBundle\Entity\TopicTranslation

상속: extends Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$isDefault
$object

공개 메소드들

메소드 설명
__construct ( string $locale, string $field, string $value, $isDefault = null ) Constructor.
getIsDefault ( ) : mixed Gets the value of isDefault.
setIsDefault ( mixed $isDefault ) : self Sets the value of isDefault.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $locale, string $field, string $value, $isDefault = null )
$locale string
$field string
$value string

getIsDefault() 공개 메소드

Gets the value of isDefault.
public getIsDefault ( ) : mixed
리턴 mixed

setIsDefault() 공개 메소드

Sets the value of isDefault.
public setIsDefault ( mixed $isDefault ) : self
$isDefault mixed the is default
리턴 self

프로퍼티 상세

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

protected $isDefault

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

protected $object