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