• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/mailingchain.php
  • Класс: BitrixSenderMailingChainTable
  • Вызов: MailingChainTable::onBeforeUpdate
static function onBeforeUpdate(EntityEvent $event)
{
	$result = new EntityEventResult;

	IntegrationEventHandler::onBeforeUpdateLetterTable($event, $result);

	return $result;
}