PHP 인터페이스 Inpsyde\MultilingualPress\Common\Type\Language

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press 0 사용 예제들

공개 메소드들

메소드 설명
is_rtl ( ) : boolean Checks if the language is written right-to-left (RTL).
name ( string $output = 'native' ) : string Returns the language name (or code) according to the given argument.
priority ( ) : integer Returns the language priority.

메소드 상세

is_rtl() 공개 메소드

Checks if the language is written right-to-left (RTL).
부터: 3.0.0
public is_rtl ( ) : boolean
리턴 boolean Whether or not the language is written right-to-left (RTL).

name() 공개 메소드

Returns the language name (or code) according to the given argument.
부터: 3.0.0
public name ( string $output = 'native' ) : string
$output string Optional. Output type. Defaults to 'native'.
리턴 string Language name (or code) according to the given argument.

priority() 공개 메소드

Returns the language priority.
부터: 3.0.0
public priority ( ) : integer
리턴 integer Language priority.