• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/dependencymanager.php
  • Класс: BitrixTimemanServiceDependencyManager
  • Вызов: DependencyManager::getShiftPlanRepository
public function getShiftPlanRepository(): ShiftPlanRepository
{
	if (!static::$shiftPlanRepository)
	{
		static::$shiftPlanRepository = new ShiftPlanRepository();
	}
	return static::$shiftPlanRepository;
}