1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
app.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM;
5
6
7
use Bitrix\Sale\Exchange\Integration\Rest;
8
9
class
App
extends
Rest\RemoteProxies\Base
10
implements
IApp
11
{
12
public
function
optionSet
(
$options
)
13
{
14
return
$this
15
->cmd(
Rest
\
Cmd
\
Registry::APP_OPTIONS_ADD_NAME
, [
16
'options'
=>
$options
])
17
->call();
18
}
19
}
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry\APP_OPTIONS_ADD_NAME
const APP_OPTIONS_ADD_NAME
Определения
registry.php:18
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\App\optionSet
optionSet($options)
Определения
app.php:12
$options
$options
Определения
commerceml2.php:49
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\IApp
Определения
iapp.php:10
Bitrix\Sale\Exchange\Integration\App
Определения
base.php:4
Bitrix\Sale\Exchange\Integration\Rest\Cmd
Определения
base.php:2
Bitrix\Sale\Exchange\Integration\Rest
bitrix
modules
sale
lib
exchange
integration
rest
remoteproxies
crm
app.php
Создано системой
1.14.0