PHP 클래스 Ojs\JournalBundle\Entity\ArticleTranslation

상속: extends Prezent\Doctrine\Translatable\Entity\AbstractTranslation, use trait Ojs\CoreBundle\Entity\DisplayTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$abstract string
$keywords string
$title string Original article title
$translatable

공개 메소드들

메소드 설명
getAbstract ( ) : string
getKeywords ( ) : string
getTitle ( ) : string
setAbstract ( string $abstract )
setKeywords ( string $keywords )
setTitle ( string $title )

메소드 상세

getAbstract() 공개 메소드

public getAbstract ( ) : string
리턴 string

getKeywords() 공개 메소드

public getKeywords ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

setAbstract() 공개 메소드

public setAbstract ( string $abstract )
$abstract string

setKeywords() 공개 메소드

public setKeywords ( string $keywords )
$keywords string

setTitle() 공개 메소드

public setTitle ( string $title )
$title string

프로퍼티 상세

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

protected string $abstract
리턴 string

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

protected string $keywords
리턴 string

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

Original article title
protected string $title
리턴 string

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

protected $translatable