См. определение в файле translation.php строка 9
◆ allowConvertEncoding()
static allowConvertEncoding |
( |
| ) |
|
|
static |
Tells true if configuration allows to convert encodings.
- Возвращает
- bool
См. определение в файле translation.php строка 278
◆ checkPathRestrictionConvertEncoding()
static checkPathRestrictionConvertEncoding |
( |
| $langFile | ) |
|
|
static |
Tells if need to convert encoding for certain file.
- Аргументы
-
string | $langFile | Language file path. |
- Возвращает
- bool
См. определение в файле translation.php строка 211
◆ convertLangPath()
static convertLangPath |
( |
| $langFile, |
|
|
| $language ) |
|
static |
Converts lang file to translation repository path.
- Аргументы
-
string | $langFile | Language file path. |
string | $language | Language code to retrieve translation. |
- Возвращает
- string
См. определение в файле translation.php строка 328
◆ getCurrentEncoding()
static getCurrentEncoding |
( |
| ) |
|
|
static |
Returns current encoding.
- Возвращает
- string
См. определение в файле translation.php строка 122
◆ getDefaultTranslationEncoding()
static getDefaultTranslationEncoding |
( |
| $lang | ) |
|
|
static |
Returns encoding of source lang file in the translation repository.
- Аргументы
-
string | $lang | Language code to retrieve encoding. |
- Возвращает
- string
См. определение в файле translation.php строка 47
◆ getDeveloperRepositoryPath()
static getDeveloperRepositoryPath |
( |
| ) |
|
|
static |
Returns path to developer repository.
- Возвращает
- string
См. определение в файле translation.php строка 300
◆ getEncodings()
static getEncodings |
( |
| $language, |
|
|
| $langFile ) |
|
static |
◆ getSourceEncoding()
static getSourceEncoding |
( |
| $lang | ) |
|
|
static |
Returns encoding of source lang file in the translation repository.
- Аргументы
-
string | $lang | Language code to retrieve encoding. |
- Возвращает
- string
См. определение в файле translation.php строка 69
◆ getTranslationRepositoryPath()
static getTranslationRepositoryPath |
( |
| ) |
|
|
static |
Returns path to translation repository.
- Возвращает
- string
См. определение в файле translation.php строка 254
◆ isDefaultTranslationLang()
static isDefaultTranslationLang |
( |
| $lang | ) |
|
|
static |
Returns true if language translation is one of the default translation.
- Аргументы
-
string | $lang | Language code to check. |
- Возвращает
- bool
См. определение в файле translation.php строка 33
◆ loadMap()
Restore project map structure from file structure.
- Возвращает
- array
См. определение в файле translation.php строка 525
◆ needConvertEncoding()
static needConvertEncoding |
( |
| $language, |
|
|
| $targetEncoding = null ) |
|
static |
Tells if need to convert encoding.
- Аргументы
-
string | $language | Language code. |
string | $targetEncoding | Target encoding. |
- Возвращает
- bool
См. определение в файле translation.php строка 183
◆ setCurrentEncoding()
static setCurrentEncoding |
( |
| $encoding | ) |
|
|
static |
Sets current encoding.
- Аргументы
-
string | $encoding | Charset encoding. |
- Возвращает
- void
См. определение в файле translation.php строка 112
◆ useTranslationRepository()
static useTranslationRepository |
( |
| ) |
|
|
static |
Tells if need to use translation repository.
- Возвращает
- bool
См. определение в файле translation.php строка 234
◆ CACHE_ID
const CACHE_ID = 'TranslationLoadMapCache' |
◆ CACHE_TTL