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

	global $arSocNetAllowedSubscribeEntityTypesDesc;
	$arSocNetAllowedSubscribeEntityTypesDesc[SONET_TIMEMAN_ENTRY_ENTITY] = array(
		"TITLE_LIST" => GetMessage("TIMEMAN_ENTRY_TITLE"),
		"TITLE_ENTITY" =>GetMessage("TIMEMAN_ENTRY_TITLE"),
		"CLASS_DESC_GET" => "CTimeManNotify",
		"METHOD_DESC_GET" => "GetByID",
		"CLASS_DESC_SHOW" => "CTimeManNotify",
		"METHOD_DESC_SHOW" => "GetForShow",
		"USE_CB_FILTER" => "Y",
		"HAS_CB" => "Y",
	);
}