• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/Add.php
  • Класс: Bitrix\Crm\Service\Operation\Add
  • Вызов: Add::sendPullEvent
protected function sendPullEvent(): void
{
	parent::sendPullEvent();

	PullManager::getInstance()->sendItemAddedEvent($this->pullItem, $this->pullParams);
}