• Модуль: vote
  • Путь к файлу: ~/bitrix/modules/vote/lib/base/controller.php
  • Класс: BitrixVoteBaseController
  • Вызов: Controller::sendResponse
protected function sendResponse($response)
{
	$this->logDebugInfo();

	global $APPLICATION;
	$APPLICATION->restartBuffer();

	echo $response;

	$this->end();
}