1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
integrationb24neworder.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\Connector\Placement;
5
6
7use Bitrix\Main\Localization\Loc;
8use Bitrix\Sale\Exchange\Integration;
9use Bitrix\Sale\Exchange\Integration\CRM\Placement;
10
11Loc::loadMessages(__FILE__);
12
14{
15
16 public function getTitle()
17 {
18 return Loc::getMessage('SALE_INTEGRATIONB24_NEWORDER_TITLE');
19 }
20
21 public function getGroupName()
22 {
23 return Loc::getMessage('SALE_INTEGRATIONB24_NEWORDER_GROUPNAME');
24 }
25
26 public function getPlacement()
27 {
29 }
30
38}