PartKeepr\TipOfTheDayBundle\Entity\TipOfTheDay::getName PHP 메소드

getName() 공개 메소드

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