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