PHP Class Newscoop\NewscoopBundle\Entity\CityNames

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$city_name string
$fk_citylocations
$name_type integer

Public Methods

Method Description
__construct ( )
getCityName ( ) : string Get city_name
getFkCitylocations ( ) : integer Get fk_citylocations
getNameType ( ) : string Get name_type
setCityName ( string $city_name ) Set city_name
setNameType ( string $name_type ) Set name_type

Method Details

__construct() public method

public __construct ( )

getCityName() public method

Get city_name
public getCityName ( ) : string
return string

getFkCitylocations() public method

Get fk_citylocations
public getFkCitylocations ( ) : integer
return integer

getNameType() public method

Get name_type
public getNameType ( ) : string
return string

setCityName() public method

Set city_name
public setCityName ( string $city_name )
$city_name string

setNameType() public method

Set name_type
public setNameType ( string $name_type )
$name_type string

Property Details

$city_name protected_oe property

protected string $city_name
return string

$fk_citylocations protected_oe property

protected $fk_citylocations

$name_type protected_oe property

protected int $name_type
return integer