Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
CallType.php:6
Bitrix\Im\V2\Chat\EntityLink\CallType\extractCrmData
extractCrmData(string $rawCrmData)
Definition
CallType.php:12
Bitrix\Im\V2\Chat\EntityLink\CallType\__construct
__construct(string $entityData1)
Definition
CallType.php:7
Bitrix\Im\V2\Chat\EntityLink\CrmType
Definition
CrmType.php:9
Bitrix\Im\V2\Chat\EntityLink
Definition
CalendarType.php:3
modules
im
lib
V2
Chat
EntityLink
CallType.php
Создано системой
1.10.0