• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/catalog/catalogwebhookhandler.php
  • Класс: BitrixSeoCatalogCatalogWebhookHandler
  • Вызов: CatalogWebhookHandler::__construct
public function __construct(
	Request $request,
	Engine $engine,
	EventManager $eventManager,
	Application $application
)
{
	$this->request = $request;
	$this->engine = $engine;
	$this->eventManager = $eventManager;
	$this->application = $application;
}