1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
integrationb24registry.php
См. документацию.
1
<?php
2
3
4
namespace
Bitrix\Sale\Exchange\Integration\Connector\Placement;
5
6
7
use Bitrix\Main\Localization\Loc;
8
use Bitrix\Sale\Exchange\Integration;
9
use Bitrix\Sale\Exchange\Integration\CRM\Placement;
10
11
Loc::loadMessages(__FILE__);
12
13
class
IntegrationB24Registry
extends
Base
14
{
15
16
public
function
getTitle
()
17
{
18
return
Loc::getMessage(
'SALE_INTEGRATIONB24_REGISTRY_TITLE'
);
19
}
20
21
public
function
getGroupName
()
22
{
23
return
Loc::getMessage(
'SALE_INTEGRATIONB24_REGISTRY_GROUPNAME'
);
24
}
25
26
public
function
getPlacement
()
27
{
28
return
Placement\Type::DEAL_DETAIL_TOOLBAR_NAME
;
29
}
30
31
public
function
getPlacmentHandler
()
32
{
33
return
$this->
getAppUrl
().
'?'
.http_build_query([
34
Placement
\
PlacementDeal::REQUEST_PARAM_HANDLER
=>
Integration
\
HandlerType::ORDER_REGISTRY
,
35
Placement
\
PlacementDeal::REQUEST_PARAM_REST_APP_LAYOUT
=>
'Y'
36
]);
37
}
38
}
Bitrix\Sale\Exchange\Integration\CRM\Placement\PlacementDeal\REQUEST_PARAM_REST_APP_LAYOUT
const REQUEST_PARAM_REST_APP_LAYOUT
Определения
placementdeal.php:12
Bitrix\Sale\Exchange\Integration\CRM\Placement\PlacementDeal\REQUEST_PARAM_HANDLER
const REQUEST_PARAM_HANDLER
Определения
placementdeal.php:11
Bitrix\Sale\Exchange\Integration\CRM\Placement\Type\DEAL_DETAIL_TOOLBAR_NAME
const DEAL_DETAIL_TOOLBAR_NAME
Определения
type.php:11
Bitrix\Sale\Exchange\Integration\Connector\Placement\Base
Определения
base.php:8
Bitrix\Sale\Exchange\Integration\Connector\Placement\Base\getAppUrl
getAppUrl()
Определения
base.php:16
Bitrix\Sale\Exchange\Integration\Connector\Placement\IntegrationB24Registry
Определения
integrationb24registry.php:14
Bitrix\Sale\Exchange\Integration\Connector\Placement\IntegrationB24Registry\getGroupName
getGroupName()
Определения
integrationb24registry.php:21
Bitrix\Sale\Exchange\Integration\Connector\Placement\IntegrationB24Registry\getPlacmentHandler
getPlacmentHandler()
Определения
integrationb24registry.php:31
Bitrix\Sale\Exchange\Integration\Connector\Placement\IntegrationB24Registry\getTitle
getTitle()
Определения
integrationb24registry.php:16
Bitrix\Sale\Exchange\Integration\Connector\Placement\IntegrationB24Registry\getPlacement
getPlacement()
Определения
integrationb24registry.php:26
Bitrix\Sale\Exchange\Integration\HandlerType\ORDER_REGISTRY
const ORDER_REGISTRY
Определения
handlertype.php:10
Bitrix\Catalog\Integration
Bitrix\Sale\Exchange\Integration\CRM\Placement
Определения
base.php:4
bitrix
modules
sale
lib
exchange
integration
connector
placement
integrationb24registry.php
Создано системой
1.14.0