• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/worktime/violation/worktimeviolationbuilderfactory.php
  • Класс: BitrixTimemanServiceWorktimeViolationWorktimeViolationBuilderFactory
  • Вызов: WorktimeViolationBuilderFactory::createShiftedScheduleViolationBuilder
public function createShiftedScheduleViolationBuilder(WorktimeViolationParams $violationParams)
{
	return new ShiftedScheduleViolationBuilder(
		$violationParams,
		$this->calendarRepository,
		$this->scheduleProvider,
		$this->absenceRepository,
		$this->worktimeRepository,
		$this->shiftPlanRepository,
		$this->shiftRepository
	);
}