• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/dto/inputvalue.php
  • Класс: Bitrix\Sender\Integration\Yandex\Toloka\DTO\InputValue
  • Вызов: InputValue::setValue
public function setValue(string $value): InputValue
{
	$this->value = $value;

	return $this;
}