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