PHP Класс Backend\Core\Engine\Language

Автор: Tijs Verkoyen ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
err ( string $key, string $module = null ) : string Get an error from the language-file
getActiveLanguages ( ) : array Get the active languages
getCheckboxValues ( ) : array Get all active languages in a format usable by SpoonForm's addRadioButton
getCurrentModule ( ) : string
getError ( string $key, string $module = null ) : string Get an error from the language-file
getErrors ( ) : array Get all the errors from the language-file
getInterfaceLanguage ( ) : string Get the current interface language
getInterfaceLanguages ( ) : array Get all the possible interface languages
getLabel ( string $key, string $module = null ) : string Get a label from the language-file
getLabels ( ) : array Get all the labels from the language-file
getMessage ( string $key, string $module = null ) : string Get a message from the language-file
getMessages ( ) : array Get the messages
getWorkingLanguage ( ) : string Get the current working language
getWorkingLanguages ( ) : array Get all possible working languages
lbl ( string $key, string $module = null ) : string Get a label from the language-file
msg ( string $key, string $module = null ) : string Get a message from the language-file
setLocale ( string $language ) Set locale It will require the correct file and init the needed vars
setWorkingLanguage ( string $language ) Set the current working language

Описание методов

err() публичный статический Метод

Get an error from the language-file
Устаревший:
public static err ( string $key, string $module = null ) : string
$key string The key to get.
$module string The module wherein we should search.
Результат string

getActiveLanguages() публичный статический Метод

Get the active languages
Устаревший:
public static getActiveLanguages ( ) : array
Результат array

getCheckboxValues() публичный статический Метод

Get all active languages in a format usable by SpoonForm's addRadioButton
Устаревший:
public static getCheckboxValues ( ) : array
Результат array

getCurrentModule() публичный статический Метод

public static getCurrentModule ( ) : string
Результат string

getError() публичный статический Метод

Get an error from the language-file
Устаревший:
public static getError ( string $key, string $module = null ) : string
$key string The key to get.
$module string The module wherein we should search.
Результат string

getErrors() публичный статический Метод

Get all the errors from the language-file
Устаревший:
public static getErrors ( ) : array
Результат array

getInterfaceLanguage() публичный статический Метод

Get the current interface language
Устаревший:
public static getInterfaceLanguage ( ) : string
Результат string

getInterfaceLanguages() публичный статический Метод

Get all the possible interface languages
Устаревший:
public static getInterfaceLanguages ( ) : array
Результат array

getLabel() публичный статический Метод

Get a label from the language-file
Устаревший:
public static getLabel ( string $key, string $module = null ) : string
$key string The key to get.
$module string The module wherein we should search.
Результат string

getLabels() публичный статический Метод

Get all the labels from the language-file
Устаревший:
public static getLabels ( ) : array
Результат array

getMessage() публичный статический Метод

Get a message from the language-file
Устаревший:
public static getMessage ( string $key, string $module = null ) : string
$key string The key to get.
$module string The module wherein we should search.
Результат string

getMessages() публичный статический Метод

Get the messages
Устаревший:
public static getMessages ( ) : array
Результат array

getWorkingLanguage() публичный статический Метод

Get the current working language
Устаревший:
public static getWorkingLanguage ( ) : string
Результат string

getWorkingLanguages() публичный статический Метод

Get all possible working languages
Устаревший:
public static getWorkingLanguages ( ) : array
Результат array

lbl() публичный статический Метод

Get a label from the language-file
Устаревший:
public static lbl ( string $key, string $module = null ) : string
$key string The key to get.
$module string The module wherein we should search.
Результат string

msg() публичный статический Метод

Get a message from the language-file
Устаревший:
public static msg ( string $key, string $module = null ) : string
$key string The key to get.
$module string The module wherein we should search.
Результат string

setLocale() публичный статический Метод

Set locale It will require the correct file and init the needed vars
public static setLocale ( string $language )
$language string The language to load.

setWorkingLanguage() публичный статический Метод

Set the current working language
public static setWorkingLanguage ( string $language )
$language string The language to use, if not provided we will use the working language.