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