PHP 클래스 Ojs\JournalBundle\Entity\PersonTitle

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$translations

공개 메소드들

메소드 설명
__construct ( ) Constructor
__toString ( ) : string
getId ( ) : integer Get id
getTitle ( ) : string Get title
getTitleTranslations ( ) : string Get title translations
setTitle ( string $title ) : PersonTitle Set title
translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\PersonTitleTranslation Translation helper method

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getTitle() 공개 메소드

Get title
public getTitle ( ) : string
리턴 string

getTitleTranslations() 공개 메소드

Get title translations
public getTitleTranslations ( ) : string
리턴 string

setTitle() 공개 메소드

Set title
public setTitle ( string $title ) : PersonTitle
$title string
리턴 PersonTitle

translate() 공개 메소드

Translation helper method
public translate ( null $locale = null ) : mixed | null | Ojs\JournalBundle\Entity\PersonTitleTranslation
$locale null
리턴 mixed | null | Ojs\JournalBundle\Entity\PersonTitleTranslation

프로퍼티 상세

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

protected int $id
리턴 integer

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

protected $translations