PHP 클래스 GP_Locale, GlotPress-WP

파일 보기 프로젝트 열기: GlotPress/GlotPress-WP

공개 프로퍼티들

프로퍼티 타입 설명
$country_code
$english_name
$facebook_locale
$google_code
$lang_code_iso_639_1
$lang_code_iso_639_2
$lang_code_iso_639_3
$native_name
$nplurals
$plural_expression
$preferred_sans_serif_font_family
$slug
$text_direction
$wp_locale

공개 메소드들

메소드 설명
__construct ( $args = [] )
__get ( string $name ) : mixed Make deprecated properties readable for backwards compatibility.
__isset ( string $name ) : boolean Make deprecated properties checkable for backwards compatibility.
__set_state ( $state )
combined_name ( )
index_for_number ( $number )
numbers_for_index ( $index, $how_many = 3, $test_up_to = 1000 )

메소드 상세

__construct() 공개 메소드

public __construct ( $args = [] )

__get() 공개 메소드

Make deprecated properties readable for backwards compatibility.
public __get ( string $name ) : mixed
$name string Property to get.
리턴 mixed Property.

__isset() 공개 메소드

Make deprecated properties checkable for backwards compatibility.
public __isset ( string $name ) : boolean
$name string Property to check if set.
리턴 boolean Whether the property is set.

__set_state() 공개 정적인 메소드

public static __set_state ( $state )

combined_name() 공개 메소드

public combined_name ( )

index_for_number() 공개 메소드

public index_for_number ( $number )

numbers_for_index() 공개 메소드

public numbers_for_index ( $index, $how_many = 3, $test_up_to = 1000 )

프로퍼티 상세

$country_code 공개적으로 프로퍼티

public $country_code

$english_name 공개적으로 프로퍼티

public $english_name

$facebook_locale 공개적으로 프로퍼티

public $facebook_locale

$google_code 공개적으로 프로퍼티

public $google_code

$lang_code_iso_639_1 공개적으로 프로퍼티

public $lang_code_iso_639_1

$lang_code_iso_639_2 공개적으로 프로퍼티

public $lang_code_iso_639_2

$lang_code_iso_639_3 공개적으로 프로퍼티

public $lang_code_iso_639_3

$native_name 공개적으로 프로퍼티

public $native_name

$nplurals 공개적으로 프로퍼티

public $nplurals

$plural_expression 공개적으로 프로퍼티

public $plural_expression

$preferred_sans_serif_font_family 공개적으로 프로퍼티

public $preferred_sans_serif_font_family

$slug 공개적으로 프로퍼티

public $slug

$text_direction 공개적으로 프로퍼티

public $text_direction

$wp_locale 공개적으로 프로퍼티

public $wp_locale