• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/schedule/scheduleassignmentsservice.php
  • Класс: BitrixTimemanServiceSchedulefor
  • Вызов: for::findScheduleWithUsers
private function findScheduleWithUsers($scheduleId)
{
	return $this->scheduleProvider->findByIdWith((int)$scheduleId, ['USER_ASSIGNMENTS', 'DEPARTMENT_ASSIGNMENTS',]);
}