• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/Message/Uuid.php
  • Класс: BitrixImMessageUuid
  • Вызов: Uuid::__construct
public function __construct(string $uuid)
{
	$this->uuid = $uuid;
	$this->connection = Application::getInstance()->getConnection();
	$this->sqlHelper = $this->connection->getSqlHelper();
	$this->tableName = $this->sqlHelper->forSql(MessageUuidTable::getTableName());
}