Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс RemoteDictionary
+ Граф наследования:RemoteDictionary:

Открытые члены

 __construct ()
 
 setLanguage ($language)
 
- Открытые члены унаследованные от Dictionary
 __construct (array $values=null)
 
 get ($name)
 
 set ($name, $value=null)
 
 getValues ()
 
 setValues ($values)
 
 clear ()
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 count ()
 
 toArray ()
 
 isEmpty ()
 
 jsonSerialize ()
 

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

const ID = 'generic'
 
const CACHE_TTL = 86400
 
const CACHE_PREFIX = 'rest_dictionary'
 

Защищенные члены

 init ()
 
 load ()
 
 getCacheId ()
 
 getDictionaryUri ()
 

Защищенные данные

 $baseUrl
 
 $language = null
 
- Защищенные данные унаследованные от Dictionary
 $values = []
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( )

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

Методы

◆ getCacheId()

getCacheId ( )
protected

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

◆ getDictionaryUri()

getDictionaryUri ( )
protected
Возвращает
Uri
Исключения

Bitrix\Main\LoaderException

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

◆ init()

init ( )
protected

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

◆ load()

load ( )
protected

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

◆ setLanguage()

setLanguage ( $language)

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

Данные класса

◆ $baseUrl

$baseUrl
protected
Инициализатор
= array(
'ru' => 'https://www.bitrix24.ru/util/',
'ua' => 'https://www.bitrix24.eu/util/',
'by' => 'https://www.bitrix24.by/util/',
'in' => 'https://www.bitrix24.in/util/',
'en' => 'https://www.bitrix24.com/util/',
'de' => 'https://www.bitrix24.de/util/',
'kz' => 'https://www.bitrix24.kz/util/',
'br' => 'https://www.bitrix24.com.br/util/',
'pl' => 'https://www.bitrix24.pl/util/',
'fr' => 'https://www.bitrix24.fr/util/',
'la' => 'https://www.bitrix24.es/util/',
'eu' => 'https://www.bitrix24.eu/util/',
'cn' => 'https://www.bitrix24.cn/util/',
'tc' => 'https://www.bitrix24.cn/util/',
'sc' => 'https://www.bitrix24.cn/util/',
'tr' => 'https://www.bitrix24.com.tr/util/',
)

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

◆ $language

$language = null
protected

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

◆ CACHE_PREFIX

const CACHE_PREFIX = 'rest_dictionary'

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

◆ CACHE_TTL

const CACHE_TTL = 86400

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

◆ ID

const ID = 'generic'

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