• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/scheduleservice.php
  • Класс: BitrixTimemanServiceScheduleScheduleService
  • Вызов: ScheduleService::__construct
public function __construct(
	CalendarService $calendarService,
	ShiftService $shiftService,
	ScheduleAssignmentsService $assignmentsService,
	ViolationRulesService $violationRulesService,
	WorktimeAgentManager $worktimeAgentManager,
	ScheduleProvider $scheduleProvider
)
{
	$this->assignmentsService = $assignmentsService;
	$this->shiftService = $shiftService;
	$this->calendarService = $calendarService;
	$this->scheduleProvider = $scheduleProvider;
	$this->violationRulesService = $violationRulesService;
	$this->worktimeAgentManager = $worktimeAgentManager;
}