PHP Class Newscoop\NewscoopBundle\Entity\CityNames

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$city_name string
$fk_citylocations
$name_type integer

Méthodes publiques

Méthode 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 méthode

public __construct ( )

getCityName() public méthode

Get city_name
public getCityName ( ) : string
Résultat string

getFkCitylocations() public méthode

Get fk_citylocations
public getFkCitylocations ( ) : integer
Résultat integer

getNameType() public méthode

Get name_type
public getNameType ( ) : string
Résultat string

setCityName() public méthode

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

setNameType() public méthode

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

Property Details

$city_name protected_oe property

protected string $city_name
Résultat string

$fk_citylocations protected_oe property

protected $fk_citylocations

$name_type protected_oe property

protected int $name_type
Résultat integer