• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/schedulerepository.php
  • Класс: BitrixTimemanRepositoryScheduleScheduleRepository
  • Вызов: ScheduleRepository::updateBatchDepartments
public function updateBatchDepartments($scheduleId, $departmentIds, $excluded)
{
	return $this->updateBatchAssignments($departmentIds, $scheduleId, $excluded, DepartmentScheduleDepartmentTable::class, 'DEPARTMENT_ID');
}