Ojs\JournalBundle\Entity\PersonTitle::getTitle PHP Method

getTitle() public method

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