• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/component/base.php
  • Класс: BitrixBizprocAutomationComponentBase
  • Вызов: Base::__construct
public function __construct($component = null)
{
	parent::__construct($component);

	$this->errorCollection = new ErrorCollection();
}