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

	return $this;
}