• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CReportNotifications
  • Вызов: CReportNotifications::AddEvent
static function AddEvent(&$arEvent)
{
	$arEvent["report"]= array(
		'ENTITIES' => array(
			SONET_WORK_REPORT_ENTITY => array(
				'TITLE' =>GetMessage("REPORT_TITLE"),
				"TITLE_SETTINGS_1" => "#TITLE#",
				"TITLE_SETTINGS_2" => "#TITLE#",
				"TITLE_SETTINGS_ALL" => GetMessage("REPORT_TITLE"),
				"TITLE_SETTINGS_ALL_1" => GetMessage("REPORT_TITLE"),
				"TITLE_SETTINGS_ALL_2" => GetMessage("REPORT_TITLE")
			)
		),
		'CLASS_FORMAT' => 'CReportNotifications',
		'METHOD_FORMAT' => 'FormatEvent',
		"FULL_SET" => array("report", "report_comment"),
		"COMMENT_EVENT" => array(
			"EVENT_ID" => "report_comment",
			"CLASS_FORMAT" => "CReportNotifications",
			"METHOD_FORMAT" => "FormatComment_Report",
			"ADD_CALLBACK" => array("CReportNotifications", "AddComment_Report"),
			"UPDATE_CALLBACK" => array("CSocNetLogTools", "UpdateComment_Forum"),
			"DELETE_CALLBACK" => array("CSocNetLogTools", "DeleteComment_Forum"),
			"RATING_TYPE_ID" => "FORUM_POST"
		)
	);
}