Newscoop\NewscoopBundle\ORM\PointType::getName PHP Method

getName() public method

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