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

	return $this;
}