InputOutputSpec::setIdentificator

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

	return $this;
}

Добавить комментарий