• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/classes/general/rest.php
  • Класс: CRestServer
  • Вызов: CRestServer::transportSupported
static function transportSupported($transport)
{
	return $transport == 'xml' || $transport == 'json';
}