• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queuemanager.php
  • Класс: BitrixImOpenLinesQueueManager
  • Вызов: QueueManager::sendQueueOperatorsAddEvent
private function sendQueueOperatorsAddEvent($operators)
{
	$eventData = [
		'line' => $this->idLine,
		'operators' => $operators
	];
	$event = new BitrixMainEvent('imopenlines', self::EVENT_QUEUE_OPERATORS_ADD, $eventData);
	$event->send();
}