• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/notification/worktimenotificationservice.php
  • Класс: BitrixTimemanServiceWorktimeNotificationWorktimeNotificationService
  • Вызов: WorktimeNotificationService::buildNotificationParams
protected function buildNotificationParams($violation, $record, $toUserId)
{
	$notifyEvent = $this->buildNotificationTagByViolation($violation);
	$notifyMessage = $this->buildNotificationMessage($violation, $record);
	$notificationParams = $this->getDefaultNotificationParameters($record);
	$notificationParams->notifyEvent = $notifyEvent;
	$notificationParams->toUserId = $toUserId;
	$notificationParams->notifyMessage = $notifyMessage;
	return $notificationParams;
}