• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftRepository
  • Вызов: ShiftRepository::findScheduleById
public function findScheduleById($scheduleId)
{
	return DependencyManager::getInstance()->getScheduleRepository()->findById($scheduleId);
}