• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftplanrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftPlanRepository
  • Вызов: ShiftPlanRepository::updateAll
public function updateAll($idList, $params)
{
	return ShiftPlanTable::updateMulti($idList, $params);
}