Newscoop\NewscoopBundle\ORM\PointType::getName PHP 메소드

getName() 공개 메소드

Gets the name of this type.
public getName ( ) : string
리턴 string
    public function getName()
    {
        return self::POINT;
    }