1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
CallType.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Im\V2\Chat\EntityLink;
4
5
class
CallType
extends
CrmType
6
{
7
protected
function
__construct
(
string
$entityData1)
8
{
9
parent::__construct($entityData1);
10
}
11
12
protected
function
extractCrmData
(
string
$rawCrmData): void
13
{
14
$separatedEntityId = explode(
'|'
, $rawCrmData);
15
$this->crmType = $separatedEntityId[1] ??
''
;
16
$this->crmId = (int)($separatedEntityId[2] ?? 0);
17
}
18
}
Bitrix\Im\V2\Chat\EntityLink\CallType
Определения
CallType.php:6
Bitrix\Im\V2\Chat\EntityLink\CallType\extractCrmData
extractCrmData(string $rawCrmData)
Определения
CallType.php:12
Bitrix\Im\V2\Chat\EntityLink\CallType\__construct
__construct(string $entityData1)
Определения
CallType.php:7
Bitrix\Im\V2\Chat\EntityLink\CrmType
Определения
CrmType.php:9
bitrix
modules
im
lib
V2
Chat
EntityLink
CallType.php
Создано системой
1.14.0