• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/notify.php
  • Класс: CIntranetNotify
  • Вызов: CIntranetNotify::OnFillSocNetAllowedSubscribeEntityTypes
static function OnFillSocNetAllowedSubscribeEntityTypes(&$arSocNetEntityTypes)
{
	$arSocNetEntityTypes[] = SONET_INTRANET_NEW_USER_ENTITY;

	global $arSocNetAllowedSubscribeEntityTypesDesc;
	$arSocNetAllowedSubscribeEntityTypesDesc[SONET_INTRANET_NEW_USER_ENTITY] = array(
		"TITLE_LIST" => GetMessage('I_NEW_USER_TITLE_LIST'),
		"TITLE_ENTITY" => GetMessage('I_NEW_USER_TITLE_LIST'),
		"CLASS_DESC_GET" => "CIntranetNotify",
		"METHOD_DESC_GET" => "GetByID",
		"CLASS_DESC_SHOW" => "CIntranetNotify",
		"METHOD_DESC_SHOW" => "GetForShow",
	);
}