PartKeepr\TipOfTheDayBundle\Entity\TipOfTheDay::getName PHP Méthode

getName() public méthode

Returns the name for this tip.
public getName ( ) : string
Résultat string The name
    public function getName()
    {
        return $this->name;
    }