• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/webhook/service.php
  • Класс: Bitrix\Seo\WebHook\Service
  • Вызов: Service::__construct
public function __construct($type, $externalId)
{
	$this->errorCollection = new ErrorCollection();

	$this->type = $type;
	$this->externalId = $externalId;

	$this->data = self::getData($this->type, $this->externalId);
}