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