• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/eventmessage.php
  • Класс: _CEventTypeResult
  • Вызов: _CEventTypeResult::__construct
public function __construct($res, $arParams = array())
{
	$language = (defined("LANGUAGE_ID") ? LANGUAGE_ID : 'en');
	$site = (defined("SITE_ID") ? SITE_ID : 's1');

	$this->type = empty($arParams["type"]) ? "type" : $arParams["type"];
	$this->LID = empty($arParams["LID"]) ? $language : $arParams["LID"];
	$this->SITE_ID = empty($arParams["SITE_ID"]) ? $site : $arParams["SITE_ID"];

	parent::__construct($res);
}