Sulu\Bundle\ContactBundle\Entity\ContactTitle::getTitle PHP Method

getTitle() public method

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