1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
placement.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
Placement
extends
Rest\RemoteProxies\Base
10
implements
IPlacement
11
{
12
public
function
binds
(
array
$list)
13
{
14
return
$this
15
->batch(
Rest
\
Cmd
\
Registry::APP_PLACEMENT_BIND_NAME
, $list)
16
->call();
17
}
18
19
public
function
unbinds
(
array
$list)
20
{
21
return
$this
22
->batch(
Rest
\
Cmd
\
Registry::APP_PLACEMENT_UNBIND_NAME
, $list)
23
->call();
24
}
25
}
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry\APP_PLACEMENT_UNBIND_NAME
const APP_PLACEMENT_UNBIND_NAME
Определения
registry.php:20
Bitrix\Sale\Exchange\Integration\Rest\Cmd\Registry\APP_PLACEMENT_BIND_NAME
const APP_PLACEMENT_BIND_NAME
Определения
registry.php:19
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Placement\binds
binds(array $list)
Определения
placement.php:12
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\Placement\unbinds
unbinds(array $list)
Определения
placement.php:19
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Sale\Exchange\Integration\Rest\RemoteProxies\CRM\IPlacement
Определения
iplacement.php:10
Bitrix\Sale\Exchange\Integration\CRM\Placement
Определения
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
placement.php
Создано системой
1.14.0