• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/notification/worktimenotificationservice.php
  • Класс: BitrixTimemanServiceWorktimeNotificationWorktimeNotificationService
  • Вызов: WorktimeNotificationService::sendViolationNotification
public function sendViolationNotification($schedule, $notificationParams)
{
	$this->notifierFactory->getViolationNotifier($schedule)
		->sendMessage($notificationParams);
}