• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/model/event.php
  • Класс: BitrixCatalogModelEvent
  • Вызов: Event::__construct
public function __construct(Entity $entity, string $type, array $parameters = [])
{
	$this->entity = $entity;

	parent::__construct('catalog', self::makeEventName(get_class($this->entity), $type), $parameters);
}