Newscoop\NewscoopBundle\ORM\PointType::getName PHP Метод

getName() публичный Метод

Gets the name of this type.
public getName ( ) : string
Результат string
    public function getName()
    {
        return self::POINT;
    }