1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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\CRM\Placement\Base
Определения
base.php:11
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\getEntityId
getEntityId()
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\__construct
__construct($fields)
Определения
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
Определения
base.php:12
Bitrix\Sale\Exchange\Integration\CRM\Placement\Base\getModeType
getModeType()
Определения
base.php:23
Bitrix\Main\ORM\Fields
Определения
arrayfield.php:9
Bitrix\Sale\Exchange\Integration\CRM\Placement
Определения
base.php:4
bitrix
modules
sale
lib
exchange
integration
crm
placement
base.php
Создано системой
1.14.0