InputOutputSpec::setType

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

	return $this;
}

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