• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/engine/scopemanager.php
  • Класс: BitrixRestEngineScopeManager
  • Вызов: ScopeManager::reset
public function reset() : bool
{
	$this->methodInfoList = [];
	$this->load();

	return true;
}