• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/dictionary/remotedictionary.php
  • Класс: BitrixRestDictionaryRemoteDictionary
  • Вызов: RemoteDictionary::__construct
public function __construct()
{
	$this->language = LANGUAGE_ID;

	$values = $this->init();

	parent::__construct($values);
}