• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/worktimeservice.php
  • Класс: BitrixTimemanServiceWorktimeWorktimeService
  • Вызов: WorktimeService::sendNotifications
private function sendNotifications(WorktimeRecord $worktimeRecord, Schedule $schedule)
{
	$this->getWorktimeManager()->notifyOfActionOldStyle($worktimeRecord, $schedule);

	$violations = $this->getWorktimeManager()->buildRecordViolations($worktimeRecord, $schedule);
	$this->notificationService->sendViolationsNotifications(
		$schedule,
		$violations,
		$worktimeRecord
	);
}