PHP Class Newscoop\Entity\Language

ファイルを表示 Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$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

Public Methods

Method Description
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 )

Method Details

getCode() public method

public getCode ( )

getCodePage() public method

public getCodePage ( )

getDay1() public method

public getDay1 ( )

getDay2() public method

public getDay2 ( )

getDay3() public method

public getDay3 ( )

getDay4() public method

public getDay4 ( )

getDay5() public method

public getDay5 ( )

getDay6() public method

public getDay6 ( )

getDay7() public method

public getDay7 ( )

getId() public method

Get id
public getId ( ) : string
return string

getMonth1() public method

public getMonth1 ( )

getMonth10() public method

public getMonth10 ( )

getMonth11() public method

public getMonth11 ( )

getMonth12() public method

public getMonth12 ( )

getMonth2() public method

public getMonth2 ( )

getMonth3() public method

public getMonth3 ( )

getMonth4() public method

public getMonth4 ( )

getMonth5() public method

public getMonth5 ( )

getMonth6() public method

public getMonth6 ( )

getMonth7() public method

public getMonth7 ( )

getMonth8() public method

public getMonth8 ( )

getMonth9() public method

public getMonth9 ( )

getName() public method

Get language name
public getName ( ) : string
return string

getNativeName() public method

public getNativeName ( )

getRFC3066bis() public method

Get RFC3066bis
public getRFC3066bis ( ) : string
return string

getShortDay1() public method

public getShortDay1 ( )

getShortDay2() public method

public getShortDay2 ( )

getShortDay3() public method

public getShortDay3 ( )

getShortDay4() public method

public getShortDay4 ( )

getShortDay5() public method

public getShortDay5 ( )

getShortDay6() public method

public getShortDay6 ( )

getShortDay7() public method

public getShortDay7 ( )

getShortMonth1() public method

public getShortMonth1 ( )

getShortMonth10() public method

public getShortMonth10 ( )

getShortMonth11() public method

public getShortMonth11 ( )

getShortMonth12() public method

public getShortMonth12 ( )

getShortMonth2() public method

public getShortMonth2 ( )

getShortMonth3() public method

public getShortMonth3 ( )

getShortMonth4() public method

public getShortMonth4 ( )

getShortMonth5() public method

public getShortMonth5 ( )

getShortMonth6() public method

public getShortMonth6 ( )

getShortMonth7() public method

public getShortMonth7 ( )

getShortMonth8() public method

public getShortMonth8 ( )

getShortMonth9() public method

public getShortMonth9 ( )

setCode() public method

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

setCodePage() public method

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

setDay1() public method

public setDay1 ( $day )

setDay2() public method

public setDay2 ( $day )

setDay3() public method

public setDay3 ( $day )

setDay4() public method

public setDay4 ( $day )

setDay5() public method

public setDay5 ( $day )

setDay6() public method

public setDay6 ( $day )

setDay7() public method

public setDay7 ( $day )

setId() public method

Set id
public setId ( $id )

setMonth1() public method

public setMonth1 ( $month )

setMonth10() public method

public setMonth10 ( $month )

setMonth11() public method

public setMonth11 ( $month )

setMonth12() public method

public setMonth12 ( $month )

setMonth2() public method

public setMonth2 ( $month )

setMonth3() public method

public setMonth3 ( $month )

setMonth4() public method

public setMonth4 ( $month )

setMonth5() public method

public setMonth5 ( $month )

setMonth6() public method

public setMonth6 ( $month )

setMonth7() public method

public setMonth7 ( $month )

setMonth8() public method

public setMonth8 ( $month )

setMonth9() public method

public setMonth9 ( $month )

setName() public method

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

setNativeName() public method

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

setRFC3066bis() public method

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

setShortDay1() public method

public setShortDay1 ( $day )

setShortDay2() public method

public setShortDay2 ( $day )

setShortDay3() public method

public setShortDay3 ( $day )

setShortDay4() public method

public setShortDay4 ( $day )

setShortDay5() public method

public setShortDay5 ( $day )

setShortDay6() public method

public setShortDay6 ( $day )

setShortDay7() public method

public setShortDay7 ( $day )

setShortMonth1() public method

public setShortMonth1 ( $month )

setShortMonth10() public method

public setShortMonth10 ( $month )

setShortMonth11() public method

public setShortMonth11 ( $month )

setShortMonth12() public method

public setShortMonth12 ( $month )

setShortMonth2() public method

public setShortMonth2 ( $month )

setShortMonth3() public method

public setShortMonth3 ( $month )

setShortMonth4() public method

public setShortMonth4 ( $month )

setShortMonth5() public method

public setShortMonth5 ( $month )

setShortMonth6() public method

public setShortMonth6 ( $month )

setShortMonth7() public method

public setShortMonth7 ( $month )

setShortMonth8() public method

public setShortMonth8 ( $month )

setShortMonth9() public method

public setShortMonth9 ( $month )

Property Details

$RFC3066bis protected_oe property

protected string $RFC3066bis
return string

$code protected_oe property

protected string $code
return string

$code_page protected_oe property

protected string $code_page
return string

$day1 protected_oe property

protected string $day1
return string

$day2 protected_oe property

protected string $day2
return string

$day3 protected_oe property

protected string $day3
return string

$day4 protected_oe property

protected string $day4
return string

$day5 protected_oe property

protected string $day5
return string

$day6 protected_oe property

protected string $day6
return string

$day7 protected_oe property

protected string $day7
return string

$id protected_oe property

protected int $id
return integer

$month1 protected_oe property

protected string $month1
return string

$month10 protected_oe property

protected string $month10
return string

$month11 protected_oe property

protected string $month11
return string

$month12 protected_oe property

protected string $month12
return string

$month2 protected_oe property

protected string $month2
return string

$month3 protected_oe property

protected string $month3
return string

$month4 protected_oe property

protected string $month4
return string

$month5 protected_oe property

protected string $month5
return string

$month6 protected_oe property

protected string $month6
return string

$month7 protected_oe property

protected string $month7
return string

$month8 protected_oe property

protected string $month8
return string

$month9 protected_oe property

protected string $month9
return string

$name protected_oe property

protected string $name
return string

$original_name protected_oe property

protected string $original_name
return string

$short_day1 protected_oe property

protected string $short_day1
return string

$short_day2 protected_oe property

protected string $short_day2
return string

$short_day3 protected_oe property

protected string $short_day3
return string

$short_day4 protected_oe property

protected string $short_day4
return string

$short_day5 protected_oe property

protected string $short_day5
return string

$short_day6 protected_oe property

protected string $short_day6
return string

$short_day7 protected_oe property

protected string $short_day7
return string

$short_month1 protected_oe property

protected string $short_month1
return string

$short_month10 protected_oe property

protected string $short_month10
return string

$short_month11 protected_oe property

protected string $short_month11
return string

$short_month12 protected_oe property

protected string $short_month12
return string

$short_month2 protected_oe property

protected string $short_month2
return string

$short_month3 protected_oe property

protected string $short_month3
return string

$short_month4 protected_oe property

protected string $short_month4
return string

$short_month5 protected_oe property

protected string $short_month5
return string

$short_month6 protected_oe property

protected string $short_month6
return string

$short_month7 protected_oe property

protected string $short_month7
return string

$short_month8 protected_oe property

protected string $short_month8
return string

$short_month9 protected_oe property

protected string $short_month9
return string