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

	return $this;
}