См. определение в файле config.php строка 9
◆ getAliasEncoding()
static getAliasEncoding |
( |
string | $encoding | ) |
|
|
static |
Returns alias of encoding.
- Аргументы
-
string | $encoding | Encoding to check. |
- Возвращает
- string|null
См. определение в файле config.php строка 141
◆ getAllowedEncodings()
static getAllowedEncodings |
( |
| ) |
|
|
static |
Returns list of allowed to operate charset encodings.
- Возвращает
- string[]
См. определение в файле config.php строка 93
◆ getAvailableDefaultLanguages()
static getAvailableDefaultLanguages |
( |
| ) |
|
|
static |
Returns list of available default translation languages.
- Возвращает
- string[]
См. определение в файле config.php строка 296
◆ getAvailableLanguages()
static getAvailableLanguages |
( |
| ) |
|
|
static |
Returns list of available in system translation languages.
- Возвращает
- string[]
См. определение в файле config.php строка 277
◆ getBackupFolder()
static getBackupFolder |
( |
| ) |
|
|
static |
Returns disposition of backup folder for backuped language files.
- Возвращает
- string
См. определение в файле config.php строка 417
◆ getCultureEncoding()
static getCultureEncoding |
( |
string | $languageId | ) |
|
|
static |
Returns language encoding from site settings.
- Аргументы
-
string | $languageId | Language id to check. |
- Возвращает
- string|null
См. определение в файле config.php строка 168
◆ getDefaultLanguages()
static getDefaultLanguages |
( |
| ) |
|
|
static |
Returns the default translation language list.
- Возвращает
- string[]
См. определение в файле config.php строка 67
◆ getDefaultPath()
static getDefaultPath |
( |
| ) |
|
|
static |
Returns the default translation folder path.
- Возвращает
- string
См. определение в файле config.php строка 382
◆ getEnabledLanguages()
static getEnabledLanguages |
( |
| ) |
|
|
static |
Returns list of enabled languages in the site settings.
- Возвращает
- string[]
См. определение в файле config.php строка 217
◆ getEncodingName()
static getEncodingName |
( |
string | $encoding | ) |
|
|
static |
Returns list of allowed to operate charset encodings.
- Аргументы
-
string | $encoding | Encoding to check. |
- Возвращает
- string
См. определение в файле config.php строка 105
◆ getExportFolder()
static getExportFolder |
( |
| ) |
|
|
static |
Returns disposition of the asset or export folder.
- Возвращает
- string|null
См. определение в файле config.php строка 496
◆ getLanguages()
Returns list of all languages in the site settings.
- Возвращает
- string[]
См. определение в файле config.php строка 192
◆ getLanguagesTitle()
static getLanguagesTitle |
( |
array | $languageIds | ) |
|
|
static |
Returns list of language names from the site settings.
- Аргументы
-
string[] | $languageIds | Languages list to get name. |
- Возвращает
- array
См. определение в файле config.php строка 245
◆ getModuleDefault()
static getModuleDefault |
( |
string | $optionName | ) |
|
|
static |
Returns an array with default values of a module options (from a default_option.php file).
- Аргументы
-
string | $optionName | Name of option. |
- Возвращает
- string|null
См. определение в файле config.php строка 51
◆ getNonSortPhraseLanguages()
static getNonSortPhraseLanguages |
( |
| ) |
|
|
static |
Returns list of languages in that is unnecessary to sort phrases.
- Возвращает
- string[]
См. определение в файле config.php строка 474
◆ getOption()
static getOption |
( |
string | $optionName | ) |
|
|
static |
Returns an module option.
- Аргументы
-
string | $optionName | Name of option. |
- Возвращает
- string|null
См. определение в файле config.php строка 29
◆ getTranslationRepositoryLanguages()
static getTranslationRepositoryLanguages |
( |
| ) |
|
|
static |
Returns list of available in system translation languages.
- Возвращает
- string[]
См. определение в файле config.php строка 322
◆ isUtfMode()
Returns true id server is in utf-8 mode. False - otherwise.
- Возвращает
- boolean
См. определение в файле config.php строка 77
◆ needToBackUpFiles()
static needToBackUpFiles |
( |
| ) |
|
|
static |
Returns setting of necessity to backup language files.
- Возвращает
- bool
См. определение в файле config.php строка 400
◆ needToSortPhrases()
static needToSortPhrases |
( |
| ) |
|
|
static |
Returns setting of necessity to sort phrases in language files.
- Возвращает
- bool
См. определение в файле config.php строка 457
◆ OPTION_BACKUP_FILES
const OPTION_BACKUP_FILES = 'BACKUP_FILES' |
◆ OPTION_BACKUP_FOLDER
const OPTION_BACKUP_FOLDER = 'BACKUP_FOLDER' |
◆ OPTION_BUTTON_LANG_FILES
const OPTION_BUTTON_LANG_FILES = 'BUTTON_LANG_FILES' |
◆ OPTION_DONT_SORT_LANGUAGES
const OPTION_DONT_SORT_LANGUAGES = 'DONT_SORT_LANGUAGES' |
◆ OPTION_EXPORT_CSV_DELIMITER
const OPTION_EXPORT_CSV_DELIMITER = 'EXPORT_CSV_DELIMITER' |
◆ OPTION_EXPORT_FOLDER
const OPTION_EXPORT_FOLDER = 'EXPORT_FOLDER' |
◆ OPTION_INIT_FOLDERS
const OPTION_INIT_FOLDERS = 'INIT_FOLDERS' |
◆ OPTION_SORT_PHRASES
const OPTION_SORT_PHRASES = 'SORT_PHRASES' |