Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
rcaction.php
1
<?php
2
3
namespace
Bitrix\Sender\Access\Map
;
4
5
use
Bitrix\Sender\Access\ActionDictionary
;
6
use
Bitrix\Sender\Integration\Crm\ReturnCustomer\MessageBase
;
7
8
class
RcAction
9
{
14
public
static
function
getMap
(): array
15
{
16
return
[
17
MessageBase::CODE_RC_LEAD =>
ActionDictionary::ACTION_RC_EDIT
,
18
MessageBase::CODE_RC_DEAL =>
ActionDictionary::ACTION_RC_EDIT
,
19
MessageBase::CODE_TOLOKA
=>
ActionDictionary::ACTION_RC_VIEW
,
20
MessageBase::CODE_MASTER_YANDEX
=>
ActionDictionary::ACTION_ADS_MASTER_YANDEX_VIEW
,
21
];
22
}
23
}
Bitrix\Sender\Access\ActionDictionary
Definition
actiondictionary.php:18
Bitrix\Sender\Access\ActionDictionary\ACTION_RC_VIEW
const ACTION_RC_VIEW
Definition
actiondictionary.php:42
Bitrix\Sender\Access\ActionDictionary\ACTION_RC_EDIT
const ACTION_RC_EDIT
Definition
actiondictionary.php:41
Bitrix\Sender\Access\ActionDictionary\ACTION_ADS_MASTER_YANDEX_VIEW
const ACTION_ADS_MASTER_YANDEX_VIEW
Definition
actiondictionary.php:39
Bitrix\Sender\Access\Map\RcAction
Definition
rcaction.php:9
Bitrix\Sender\Access\Map\RcAction\getMap
static getMap()
Definition
rcaction.php:14
Bitrix\Sender\Integration\Crm\ReturnCustomer\MessageBase
Definition
messagebase.php:24
Bitrix\Sender\Message\iBase\CODE_MASTER_YANDEX
const CODE_MASTER_YANDEX
Definition
ibase.php:25
Bitrix\Sender\Message\iBase\CODE_TOLOKA
const CODE_TOLOKA
Definition
ibase.php:18
Bitrix\Sender\Access\Map
Definition
adsaction.php:3
modules
sender
lib
access
map
rcaction.php
Создано системой
1.10.0