• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/historyservice.php
  • Класс: CBPHistoryResult
  • Вызов: CBPHistoryResult::__construct
public function __construct($res, $useGZipCompression)
{
	$this->useGZipCompression = $useGZipCompression;
	parent::__construct($res);
}