• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/result.php
  • Класс: Bitrix\Sale\Result
  • Вызов: Result::__construct
public function __construct()
{
	$this->warnings = new ErrorCollection();
	parent::__construct();
}