• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/dataprovider/io/base.php
  • Класс: Bitrix\Rest\Configuration\DataProvider\IO\Base
  • Вызов: Base::addContent
public function addContent(string $code, $content, $type = false): bool
{
	throw new SystemException(
		'This method isn\'t supported',
		'ERROR_METHOD'
	);
}