• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Params.php
  • Класс: BitrixImV2MessageParams
  • Вызов: Params::offsetUnset
public function offsetUnset($offset): void
{
	if (parent::offsetExists($offset))
	{
		$this[$offset]->markDrop();
		$this->droppedItems[] = $this[$offset];
	}

	parent::offsetUnset($offset);
}