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