PHP 클래스 Newscoop\Entity\Language

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$RFC3066bis string
$code string
$code_page string
$day1 string
$day2 string
$day3 string
$day4 string
$day5 string
$day6 string
$day7 string
$id integer
$month1 string
$month10 string
$month11 string
$month12 string
$month2 string
$month3 string
$month4 string
$month5 string
$month6 string
$month7 string
$month8 string
$month9 string
$name string
$original_name string
$short_day1 string
$short_day2 string
$short_day3 string
$short_day4 string
$short_day5 string
$short_day6 string
$short_day7 string
$short_month1 string
$short_month10 string
$short_month11 string
$short_month12 string
$short_month2 string
$short_month3 string
$short_month4 string
$short_month5 string
$short_month6 string
$short_month7 string
$short_month8 string
$short_month9 string

공개 메소드들

메소드 설명
getCode ( )
getCodePage ( )
getDay1 ( )
getDay2 ( )
getDay3 ( )
getDay4 ( )
getDay5 ( )
getDay6 ( )
getDay7 ( )
getId ( ) : string Get id
getMonth1 ( )
getMonth10 ( )
getMonth11 ( )
getMonth12 ( )
getMonth2 ( )
getMonth3 ( )
getMonth4 ( )
getMonth5 ( )
getMonth6 ( )
getMonth7 ( )
getMonth8 ( )
getMonth9 ( )
getName ( ) : string Get language name
getNativeName ( )
getRFC3066bis ( ) : string Get RFC3066bis
getShortDay1 ( )
getShortDay2 ( )
getShortDay3 ( )
getShortDay4 ( )
getShortDay5 ( )
getShortDay6 ( )
getShortDay7 ( )
getShortMonth1 ( )
getShortMonth10 ( )
getShortMonth11 ( )
getShortMonth12 ( )
getShortMonth2 ( )
getShortMonth3 ( )
getShortMonth4 ( )
getShortMonth5 ( )
getShortMonth6 ( )
getShortMonth7 ( )
getShortMonth8 ( )
getShortMonth9 ( )
setCode ( $code ) : Newscoop\Entity\Language Set code
setCodePage ( $code_page ) : Newscoop\Entity\Language Set code page
setDay1 ( $day )
setDay2 ( $day )
setDay3 ( $day )
setDay4 ( $day )
setDay5 ( $day )
setDay6 ( $day )
setDay7 ( $day )
setId ( $id ) Set id
setMonth1 ( $month )
setMonth10 ( $month )
setMonth11 ( $month )
setMonth12 ( $month )
setMonth2 ( $month )
setMonth3 ( $month )
setMonth4 ( $month )
setMonth5 ( $month )
setMonth6 ( $month )
setMonth7 ( $month )
setMonth8 ( $month )
setMonth9 ( $month )
setName ( string $name ) : Newscoop\Entity\Language Set name
setNativeName ( $native_name ) : Newscoop\Entity\Language Set original/native name
setRFC3066bis ( string $RFC3066bis ) : self Set RFC3066bis
setShortDay1 ( $day )
setShortDay2 ( $day )
setShortDay3 ( $day )
setShortDay4 ( $day )
setShortDay5 ( $day )
setShortDay6 ( $day )
setShortDay7 ( $day )
setShortMonth1 ( $month )
setShortMonth10 ( $month )
setShortMonth11 ( $month )
setShortMonth12 ( $month )
setShortMonth2 ( $month )
setShortMonth3 ( $month )
setShortMonth4 ( $month )
setShortMonth5 ( $month )
setShortMonth6 ( $month )
setShortMonth7 ( $month )
setShortMonth8 ( $month )
setShortMonth9 ( $month )

메소드 상세

getCode() 공개 메소드

public getCode ( )

getCodePage() 공개 메소드

public getCodePage ( )

getDay1() 공개 메소드

public getDay1 ( )

getDay2() 공개 메소드

public getDay2 ( )

getDay3() 공개 메소드

public getDay3 ( )

getDay4() 공개 메소드

public getDay4 ( )

getDay5() 공개 메소드

public getDay5 ( )

getDay6() 공개 메소드

public getDay6 ( )

getDay7() 공개 메소드

public getDay7 ( )

getId() 공개 메소드

Get id
public getId ( ) : string
리턴 string

getMonth1() 공개 메소드

public getMonth1 ( )

getMonth10() 공개 메소드

public getMonth10 ( )

getMonth11() 공개 메소드

public getMonth11 ( )

getMonth12() 공개 메소드

public getMonth12 ( )

getMonth2() 공개 메소드

public getMonth2 ( )

getMonth3() 공개 메소드

public getMonth3 ( )

getMonth4() 공개 메소드

public getMonth4 ( )

getMonth5() 공개 메소드

public getMonth5 ( )

getMonth6() 공개 메소드

public getMonth6 ( )

getMonth7() 공개 메소드

public getMonth7 ( )

getMonth8() 공개 메소드

public getMonth8 ( )

getMonth9() 공개 메소드

public getMonth9 ( )

getName() 공개 메소드

Get language name
public getName ( ) : string
리턴 string

getNativeName() 공개 메소드

public getNativeName ( )

getRFC3066bis() 공개 메소드

Get RFC3066bis
public getRFC3066bis ( ) : string
리턴 string

getShortDay1() 공개 메소드

public getShortDay1 ( )

getShortDay2() 공개 메소드

public getShortDay2 ( )

getShortDay3() 공개 메소드

public getShortDay3 ( )

getShortDay4() 공개 메소드

public getShortDay4 ( )

getShortDay5() 공개 메소드

public getShortDay5 ( )

getShortDay6() 공개 메소드

public getShortDay6 ( )

getShortDay7() 공개 메소드

public getShortDay7 ( )

getShortMonth1() 공개 메소드

public getShortMonth1 ( )

getShortMonth10() 공개 메소드

public getShortMonth10 ( )

getShortMonth11() 공개 메소드

public getShortMonth11 ( )

getShortMonth12() 공개 메소드

public getShortMonth12 ( )

getShortMonth2() 공개 메소드

public getShortMonth2 ( )

getShortMonth3() 공개 메소드

public getShortMonth3 ( )

getShortMonth4() 공개 메소드

public getShortMonth4 ( )

getShortMonth5() 공개 메소드

public getShortMonth5 ( )

getShortMonth6() 공개 메소드

public getShortMonth6 ( )

getShortMonth7() 공개 메소드

public getShortMonth7 ( )

getShortMonth8() 공개 메소드

public getShortMonth8 ( )

getShortMonth9() 공개 메소드

public getShortMonth9 ( )

setCode() 공개 메소드

Set code
public setCode ( $code ) : Newscoop\Entity\Language
리턴 Newscoop\Entity\Language

setCodePage() 공개 메소드

Set code page
public setCodePage ( $code_page ) : Newscoop\Entity\Language
리턴 Newscoop\Entity\Language

setDay1() 공개 메소드

public setDay1 ( $day )

setDay2() 공개 메소드

public setDay2 ( $day )

setDay3() 공개 메소드

public setDay3 ( $day )

setDay4() 공개 메소드

public setDay4 ( $day )

setDay5() 공개 메소드

public setDay5 ( $day )

setDay6() 공개 메소드

public setDay6 ( $day )

setDay7() 공개 메소드

public setDay7 ( $day )

setId() 공개 메소드

Set id
public setId ( $id )

setMonth1() 공개 메소드

public setMonth1 ( $month )

setMonth10() 공개 메소드

public setMonth10 ( $month )

setMonth11() 공개 메소드

public setMonth11 ( $month )

setMonth12() 공개 메소드

public setMonth12 ( $month )

setMonth2() 공개 메소드

public setMonth2 ( $month )

setMonth3() 공개 메소드

public setMonth3 ( $month )

setMonth4() 공개 메소드

public setMonth4 ( $month )

setMonth5() 공개 메소드

public setMonth5 ( $month )

setMonth6() 공개 메소드

public setMonth6 ( $month )

setMonth7() 공개 메소드

public setMonth7 ( $month )

setMonth8() 공개 메소드

public setMonth8 ( $month )

setMonth9() 공개 메소드

public setMonth9 ( $month )

setName() 공개 메소드

Set name
public setName ( string $name ) : Newscoop\Entity\Language
$name string
리턴 Newscoop\Entity\Language

setNativeName() 공개 메소드

Set original/native name
public setNativeName ( $native_name ) : Newscoop\Entity\Language
리턴 Newscoop\Entity\Language

setRFC3066bis() 공개 메소드

Set RFC3066bis
public setRFC3066bis ( string $RFC3066bis ) : self
$RFC3066bis string Language code
리턴 self

setShortDay1() 공개 메소드

public setShortDay1 ( $day )

setShortDay2() 공개 메소드

public setShortDay2 ( $day )

setShortDay3() 공개 메소드

public setShortDay3 ( $day )

setShortDay4() 공개 메소드

public setShortDay4 ( $day )

setShortDay5() 공개 메소드

public setShortDay5 ( $day )

setShortDay6() 공개 메소드

public setShortDay6 ( $day )

setShortDay7() 공개 메소드

public setShortDay7 ( $day )

setShortMonth1() 공개 메소드

public setShortMonth1 ( $month )

setShortMonth10() 공개 메소드

public setShortMonth10 ( $month )

setShortMonth11() 공개 메소드

public setShortMonth11 ( $month )

setShortMonth12() 공개 메소드

public setShortMonth12 ( $month )

setShortMonth2() 공개 메소드

public setShortMonth2 ( $month )

setShortMonth3() 공개 메소드

public setShortMonth3 ( $month )

setShortMonth4() 공개 메소드

public setShortMonth4 ( $month )

setShortMonth5() 공개 메소드

public setShortMonth5 ( $month )

setShortMonth6() 공개 메소드

public setShortMonth6 ( $month )

setShortMonth7() 공개 메소드

public setShortMonth7 ( $month )

setShortMonth8() 공개 메소드

public setShortMonth8 ( $month )

setShortMonth9() 공개 메소드

public setShortMonth9 ( $month )

프로퍼티 상세

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

protected string $RFC3066bis
리턴 string

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

protected string $code
리턴 string

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

protected string $code_page
리턴 string

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

protected string $day1
리턴 string

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

protected string $day2
리턴 string

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

protected string $day3
리턴 string

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

protected string $day4
리턴 string

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

protected string $day5
리턴 string

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

protected string $day6
리턴 string

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

protected string $day7
리턴 string

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

protected int $id
리턴 integer

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

protected string $month1
리턴 string

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

protected string $month10
리턴 string

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

protected string $month11
리턴 string

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

protected string $month12
리턴 string

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

protected string $month2
리턴 string

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

protected string $month3
리턴 string

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

protected string $month4
리턴 string

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

protected string $month5
리턴 string

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

protected string $month6
리턴 string

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

protected string $month7
리턴 string

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

protected string $month8
리턴 string

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

protected string $month9
리턴 string

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

protected string $name
리턴 string

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

protected string $original_name
리턴 string

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

protected string $short_day1
리턴 string

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

protected string $short_day2
리턴 string

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

protected string $short_day3
리턴 string

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

protected string $short_day4
리턴 string

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

protected string $short_day5
리턴 string

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

protected string $short_day6
리턴 string

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

protected string $short_day7
리턴 string

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

protected string $short_month1
리턴 string

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

protected string $short_month10
리턴 string

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

protected string $short_month11
리턴 string

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

protected string $short_month12
리턴 string

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

protected string $short_month2
리턴 string

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

protected string $short_month3
리턴 string

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

protected string $short_month4
리턴 string

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

protected string $short_month5
리턴 string

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

protected string $short_month6
리턴 string

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

protected string $short_month7
리턴 string

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

protected string $short_month8
리턴 string

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

protected string $short_month9
리턴 string