Newscoop\NewscoopBundle\Entity\CityNames::getNameType PHP Method

getNameType() public method

Get name_type
public getNameType ( ) : string
return string
    public function getNameType()
    {
        return $this->name_type;
    }