Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
activity.php
1
<?php
2
namespace
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity
;
3
4
5
use
Bitrix\Sale\Exchange\Integration\CRM\EntityType
;
6
7
class
Activity
extends
Base
8
{
9
function
getType
()
10
{
11
return
EntityType::ACTIVITY;
12
}
13
14
public
function
getSubject
()
15
{
16
return
$this->fields->get(
'SUBJECT'
);
17
}
18
19
public
function
setSubject
($value)
20
{
21
$this->fields->set(
'SUBJECT'
, $value);
22
return
$this;
23
}
24
}
Bitrix\Sale\Exchange\Integration\CRM\EntityType
Definition
entitytype.php:5
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Definition
base.php:11
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity
Definition
activity.php:8
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity\getSubject
getSubject()
Definition
activity.php:14
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity\getType
getType()
Definition
activity.php:9
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity\setSubject
setSubject($value)
Definition
activity.php:19
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity
Definition
activity.php:2
modules
sale
lib
exchange
integration
service
internal
entity
activity.php
Создано системой
1.10.0