Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
base.php
1
<?php
2
3
4
namespace
Bitrix\Sale\Exchange\Integration\CRM\Placement
;
5
6
7
use
Bitrix\Sale\Exchange\Integration\Admin\ModeType
;
8
use
Bitrix\Sale\Internals\Fields
;
9
10
abstract
class
Base
11
{
12
protected
$fields
;
13
14
public
function
__construct
(
$fields
)
15
{
16
$this->fields =
new
Fields
(
$fields
);
17
}
18
19
abstract
public
function
getType
();
20
abstract
public
function
getEntityId
();
21
abstract
public
function
getEntityTypeId
();
22
23
public
function
getModeType
()
24
{
25
return
ModeType::APP_LAYOUT_TYPE;
26
}
27
}
Bitrix\Sale\Exchange\Integration\Admin\ModeType
Definition
modetype.php:5
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base
Definition
base.php:11
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\getEntityId
getEntityId()
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\__construct
__construct($fields)
Definition
base.php:14
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\getType
getType()
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\getEntityTypeId
getEntityTypeId()
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\$fields
$fields
Definition
base.php:12
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\getModeType
getModeType()
Definition
base.php:23
Bitrix\Sale\Internals\Fields
Definition
fields.php:6
Bitrix\Sale\Exchange\Integration\CRM\Placement
Definition
base.php:4
modules
sale
lib
exchange
integration
crm
placement
base.php
Создано системой
1.10.0