1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
app.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM;
5
6
7use Bitrix\Sale\Exchange\Integration\Rest;
8
10 implements IApp
11{
12 public function optionSet($options)
13 {
14 return $this
16 'options' => $options])
17 ->call();
18 }
19}
$options
Определения commerceml2.php:49