Sulu\Bundle\ContactBundle\Entity\ContactTitle::getTitle PHP 메소드

getTitle() 공개 메소드

Get title.
public getTitle ( ) : string
리턴 string
    public function getTitle()
    {
        return $this->title;
    }