• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/internals/querycontroller/response.php
  • Класс: Bitrix\Sender\Internals\QueryController\Response
  • Вызов: Response::flushContent
public function flushContent()
{
	$this->content = $this->getContent();
	$this->content->onFlush();
	$this->flush($this->content->toText());
}