Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Config

Открытые статические члены

static getOption (string $optionName)
 
static getModuleDefault (string $optionName)
 
static getDefaultLanguages ()
 
static isUtfMode ()
 
static getAllowedEncodings ()
 
static getEncodingName (string $encoding)
 
static getAliasEncoding (string $encoding)
 
static getCultureEncoding (string $languageId)
 
static getLanguages ()
 
static getEnabledLanguages ()
 
static getLanguagesTitle (array $languageIds)
 
static getAvailableLanguages ()
 
static getAvailableDefaultLanguages ()
 
static getTranslationRepositoryLanguages ()
 
static getDefaultPath ()
 
static needToBackUpFiles ()
 
static getBackupFolder ()
 
static needToSortPhrases ()
 
static getNonSortPhraseLanguages ()
 
static getExportFolder ()
 

Открытые атрибуты

const OPTION_INIT_FOLDERS = 'INIT_FOLDERS'
 
const OPTION_BUTTON_LANG_FILES = 'BUTTON_LANG_FILES'
 
const OPTION_BACKUP_FILES = 'BACKUP_FILES'
 
const OPTION_SORT_PHRASES = 'SORT_PHRASES'
 
const OPTION_DONT_SORT_LANGUAGES = 'DONT_SORT_LANGUAGES'
 
const OPTION_BACKUP_FOLDER = 'BACKUP_FOLDER'
 
const OPTION_EXPORT_CSV_DELIMITER = 'EXPORT_CSV_DELIMITER'
 
const OPTION_EXPORT_FOLDER = 'EXPORT_FOLDER'
 

Подробное описание

См. определение в файле config.php строка 9

Методы

◆ getAliasEncoding()

static getAliasEncoding ( string $encoding)
static

Returns alias of encoding.

Аргументы
string$encodingEncoding 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$languageIdLanguage 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$encodingEncoding to check.
Возвращает
string

См. определение в файле config.php строка 105

◆ getExportFolder()

static getExportFolder ( )
static

Returns disposition of the asset or export folder.

Возвращает
string|null

См. определение в файле config.php строка 496

◆ getLanguages()

static getLanguages ( )
static

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[]$languageIdsLanguages 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$optionNameName 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$optionNameName of option.
Возвращает
string|null

См. определение в файле config.php строка 29

◆ getTranslationRepositoryLanguages()

static getTranslationRepositoryLanguages ( )
static

Returns list of available in system translation languages.

Возвращает
string[]

См. определение в файле config.php строка 322

◆ isUtfMode()

static isUtfMode ( )
static

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'

См. определение в файле config.php строка 13

◆ OPTION_BACKUP_FOLDER

const OPTION_BACKUP_FOLDER = 'BACKUP_FOLDER'

См. определение в файле config.php строка 16

◆ OPTION_BUTTON_LANG_FILES

const OPTION_BUTTON_LANG_FILES = 'BUTTON_LANG_FILES'

См. определение в файле config.php строка 12

◆ OPTION_DONT_SORT_LANGUAGES

const OPTION_DONT_SORT_LANGUAGES = 'DONT_SORT_LANGUAGES'

См. определение в файле config.php строка 15

◆ OPTION_EXPORT_CSV_DELIMITER

const OPTION_EXPORT_CSV_DELIMITER = 'EXPORT_CSV_DELIMITER'

См. определение в файле config.php строка 17

◆ OPTION_EXPORT_FOLDER

const OPTION_EXPORT_FOLDER = 'EXPORT_FOLDER'

См. определение в файле config.php строка 18

◆ OPTION_INIT_FOLDERS

const OPTION_INIT_FOLDERS = 'INIT_FOLDERS'

См. определение в файле config.php строка 11

◆ OPTION_SORT_PHRASES

const OPTION_SORT_PHRASES = 'SORT_PHRASES'

См. определение в файле config.php строка 14