• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/integration/view/base.php
  • Класс: BitrixRestIntegrationViewBase
  • Вызов: Base::externalizeResult
public function externalizeResult($name, $fields): array
{
	throw new NotImplementedException('Externalize result. The method '.$name.' is not implemented.');
}