PHP Class Newscoop\NewscoopBundle\Entity\CityLocations

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$city_type string
$elevation string
$id integer
$population integer
$position
$time_zone string

Méthodes publiques

Méthode Description
__construct ( )
getCityType ( ) : string Get city_type
getElevation ( ) : integer Get elevation
getId ( ) : integer Get id
getPopulation ( ) : integer Get population
getPosition ( ) : Point Get position
getTimeZone ( ) : string Get time zone
setCityType ( string $city_type ) Set city_type
setElevation ( $elevation ) : integer Set elevation
setPopulation ( $population ) : integer Set population
setPosition ( Point $position ) : Point Set position
setTimeZone ( $time_zone ) : string Set time zone

Method Details

__construct() public méthode

public __construct ( )

getCityType() public méthode

Get city_type
public getCityType ( ) : string
Résultat string

getElevation() public méthode

Get elevation
public getElevation ( ) : integer
Résultat integer

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getPopulation() public méthode

Get population
public getPopulation ( ) : integer
Résultat integer

getPosition() public méthode

Get position
public getPosition ( ) : Point
Résultat Newscoop\NewscoopBundle\ORM\Point

getTimeZone() public méthode

Get time zone
public getTimeZone ( ) : string
Résultat string

setCityType() public méthode

Set city_type
public setCityType ( string $city_type )
$city_type string

setElevation() public méthode

Set elevation
public setElevation ( $elevation ) : integer
Résultat integer $elevation

setPopulation() public méthode

Set population
public setPopulation ( $population ) : integer
Résultat integer $population

setPosition() public méthode

Set position
public setPosition ( Point $position ) : Point
$position Newscoop\NewscoopBundle\ORM\Point
Résultat Newscoop\NewscoopBundle\ORM\Point $position

setTimeZone() public méthode

Set time zone
public setTimeZone ( $time_zone ) : string
Résultat string $time_zone

Property Details

$city_type protected_oe property

protected string $city_type
Résultat string

$elevation protected_oe property

protected string $elevation
Résultat string

$id protected_oe property

protected int $id
Résultat integer

$population protected_oe property

protected int $population
Résultat integer

$position protected_oe property

protected $position

$time_zone protected_oe property

protected string $time_zone
Résultat string