• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/scheduleassignmentsservice.php
  • Класс: BitrixTimemanServiceScheduleScheduleAssignmentsService
  • Вызов: ScheduleAssignmentsService::__construct
public function __construct(
	ScheduleProvider $scheduleProvider,
	ShiftRepository $shiftRepository,
	ShiftPlanRepository $shiftPlanRepository,
	DepartmentRepository $departmentRepository
)
{
	$this->scheduleProvider = $scheduleProvider;
	$this->shiftRepository = $shiftRepository;
	$this->shiftPlanRepository = $shiftPlanRepository;
	$this->departmentRepository = $departmentRepository;
}