PHP 클래스 common\Language

This is useful for when you want to use the same code in the Back- and Frontend. For instance in a trait.
상속: extends Symfony\Component\Translation\IdentityTranslator
파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
act ( $key ) : string Get an action.
callLanguageFunction ( $function, $parameters = [] ) : mixed
err ( $key ) : string Get an error.
get ( ) : string
lbl ( $key ) : string Get a label.
msg ( $key ) : string Get a message.
trans ( $id, array $parameters = [], $domain = null, $locale = null )

메소드 상세

act() 공개 정적인 메소드

Get an action.
public static act ( $key ) : string
$key
리턴 string

callLanguageFunction() 공개 정적인 메소드

public static callLanguageFunction ( $function, $parameters = [] ) : mixed
$function
$parameters
리턴 mixed

err() 공개 정적인 메소드

This only implements the key because the other parameters differ between the front- and backend.
public static err ( $key ) : string
$key
리턴 string

get() 공개 정적인 메소드

public static get ( ) : string
리턴 string

lbl() 공개 정적인 메소드

This only implements the key because the other parameters differ between the front- and backend.
public static lbl ( $key ) : string
$key
리턴 string

msg() 공개 정적인 메소드

This only implements the key because the other parameters differ between the front- and backend.
public static msg ( $key ) : string
$key
리턴 string

trans() 공개 메소드

public trans ( $id, array $parameters = [], $domain = null, $locale = null )
$parameters array