1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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
Определения
entitytype.php:5
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity
Определения
activity.php:8
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity\getSubject
getSubject()
Определения
activity.php:14
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity\getType
getType()
Определения
activity.php:9
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity\Activity\setSubject
setSubject($value)
Определения
activity.php:19
Bitrix\Sale\Exchange\Integration\Service\Internal\Entity
Определения
activity.php:2
bitrix
modules
sale
lib
exchange
integration
service
internal
entity
activity.php
Создано системой
1.14.0