• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/internal/manager/base.php
  • Класс: BitrixReportVisualConstructorInternalManagerBase
  • Вызов: Base::collect
private function collect()
{
	$moduleId = Common::MODULE_NAME;
	$event = new Event($moduleId, $this->getEventTypeKey());
	$event->send();
	$this->event = $event;
	return $this;
}