• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/dataprovider/http/base.php
  • Класс: BitrixRestConfigurationDataProviderHttpBase
  • Вызов: Base::set
public function set()
{
	throw new SystemException(
		'This method isn't supported',
		'ERROR_METHOD'
	);
}