• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/querycontroller/response.php
  • Класс: Bitrix\Sender\Internals\QueryController\Response
  • Вызов: Response::initContent
public function initContent($type = Content::TYPE_JSON)
{
	return $this->setContent(Content::create($this, $type))->getContent();
}