Ojs\JournalBundle\Entity\PersonTitle::getTitle PHP 메소드

getTitle() 공개 메소드

Get title
public getTitle ( ) : string
리턴 string
    public function getTitle()
    {
        return $this->getLogicalFieldTranslation('title', false);
    }