• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/calendar/eventdata.php
  • Класс: Bitrix\Crm\Integration\Calendar\EventData
  • Вызов: EventData::setEntityTypeId
public function setEntityTypeId(?int $entityTypeId)
{
	$this->entityTypeId = $entityTypeId;

	return $this;
}