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

__toString() public method

Return the string representation of this title.
public __toString ( ) : string
return string
    public function __toString()
    {
        return (string) $this->getTitle();
    }