• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Operation/Action/Compatible/SendEvent.php
  • Класс: Bitrix\Crm\Service\Operation\Action\Compatible\SendEvent
  • Вызов: SendEvent::__construct
public function __construct(string $eventName)
{
	parent::__construct();

	//load messages that were created before this class move
	Loc::loadMessages(Path::combine(__DIR__, '..', 'SendEventCompatible.php'));

	$this->eventName = $eventName;
}