1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
taskspecassembler.php
См. документацию.
1<?php
2namespace Bitrix\Sender\Integration\Yandex\Toloka\DTO\Assembler;
3
4use Bitrix\Main\HttpRequest;
5use Bitrix\Sender\Integration\Yandex\Toloka\DTO\TaskSpec;
6use Bitrix\Sender\Integration\Yandex\Toloka\DTO\TolokaTransferObject;
7
9{
10
16 public static function toDTO(HttpRequest $request)
17 {
18 $taskSpec = new TaskSpec();
22
23 $taskSpec->setInputSpec($inputSpec);
24 $taskSpec->setOutputSpec($outputSpec);
25 $taskSpec->setViewSpec($viewSpec);
26
27 return $taskSpec;
28 }
29}
if(!Loader::includeModule('catalog')) if(!AccessController::getCurrent() ->check(ActionDictionary::ACTION_PRICE_EDIT)) if(!check_bitrix_sessid()) $request
Определения catalog_reindex.php:36