• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Message/Param.php
  • Класс: BitrixImV2MessageParam
  • Вызов: Param::unsetValue
public function unsetValue(): self
{
	$this->value = null;
	$this->markDrop();

	if ($this->getRegistry())
	{
		unset($this->getRegistry()[$this->getName()]);
	}

	return $this;
}