Sulu\Bundle\ContactBundle\Entity\ContactTitle::__toString PHP Méthode

__toString() public méthode

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