PHP 클래스 Newscoop\NewscoopBundle\Entity\CityNames

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

보호된 프로퍼티들

프로퍼티 타입 설명
$city_name string
$fk_citylocations
$name_type integer

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCityName() 공개 메소드

Get city_name
public getCityName ( ) : string
리턴 string

getFkCitylocations() 공개 메소드

Get fk_citylocations
public getFkCitylocations ( ) : integer
리턴 integer

getNameType() 공개 메소드

Get name_type
public getNameType ( ) : string
리턴 string

setCityName() 공개 메소드

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

setNameType() 공개 메소드

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

프로퍼티 상세

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

protected string $city_name
리턴 string

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

protected $fk_citylocations

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

protected int $name_type
리턴 integer