• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CReportNotifications
  • Вызов: CReportNotifications::OnFillSocNetAllowedSubscribeEntityTypes
static function OnFillSocNetAllowedSubscribeEntityTypes(&$arSocNetAllowedSubscribeEntityTypes)
{
	$arSocNetAllowedSubscribeEntityTypes[] = SONET_WORK_REPORT_ENTITY;
	global $arSocNetAllowedSubscribeEntityTypesDesc;
	$arSocNetAllowedSubscribeEntityTypesDesc[SONET_WORK_REPORT_ENTITY] = array(

		"TITLE_LIST" => GetMessage("REPORT_TITLE"),
		"TITLE_ENTITY" =>GetMessage("REPORT_TITLE"),
		"CLASS_DESC_GET" => "CReportNotifications",
		"METHOD_DESC_GET" => "GetByID",
		"CLASS_DESC_SHOW" => "CReportNotifications",
		"METHOD_DESC_SHOW" => "GetForShow",
		"USE_CB_FILTER" => "Y",
		"HAS_CB" => "Y"
	);
}