• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/conversion/facebook/event.php
  • Класс: BitrixSeoConversionFacebookEvent
  • Вызов: Event::setEventType
public function setEventType(string $type)
{
	//if(in_array($type,static::getEventTypeList()))
	{
		$this->setParameter('event_name',$type);
	}
	return $this;
}