• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/dto/assembler/inputspecassembler.php
  • Класс: Bitrix\Sender\Integration\Yandex\Toloka\DTO\Assembler\InputSpecAssembler
  • Вызов: InputSpecAssembler::toDTO
static function toDTO(HttpRequest $request)
{
	$inputSpec = new InputOutputSpec();

	$inputSpec->setIdentificator($request->get('input_identificator'));
	$inputSpec->setType($request->get('input_type'));

	return $inputSpec;
}