PHP 클래스 Newscoop\NewscoopBundle\Entity\CityLocations

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$city_type string
$elevation string
$id integer
$population integer
$position
$time_zone string

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCityType() 공개 메소드

Get city_type
public getCityType ( ) : string
리턴 string

getElevation() 공개 메소드

Get elevation
public getElevation ( ) : integer
리턴 integer

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getPopulation() 공개 메소드

Get population
public getPopulation ( ) : integer
리턴 integer

getPosition() 공개 메소드

Get position
public getPosition ( ) : Point
리턴 Newscoop\NewscoopBundle\ORM\Point

getTimeZone() 공개 메소드

Get time zone
public getTimeZone ( ) : string
리턴 string

setCityType() 공개 메소드

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

setElevation() 공개 메소드

Set elevation
public setElevation ( $elevation ) : integer
리턴 integer $elevation

setPopulation() 공개 메소드

Set population
public setPopulation ( $population ) : integer
리턴 integer $population

setPosition() 공개 메소드

Set position
public setPosition ( Point $position ) : Point
$position Newscoop\NewscoopBundle\ORM\Point
리턴 Newscoop\NewscoopBundle\ORM\Point $position

setTimeZone() 공개 메소드

Set time zone
public setTimeZone ( $time_zone ) : string
리턴 string $time_zone

프로퍼티 상세

$city_type 보호되어 있는 프로퍼티

protected string $city_type
리턴 string

$elevation 보호되어 있는 프로퍼티

protected string $elevation
리턴 string

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$population 보호되어 있는 프로퍼티

protected int $population
리턴 integer

$position 보호되어 있는 프로퍼티

protected $position

$time_zone 보호되어 있는 프로퍼티

protected string $time_zone
리턴 string