Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
inheritedproperty.php
1
<?php
2
namespace
Bitrix\Iblock
;
3
4
use
Bitrix\Main\Entity
;
5
use
Bitrix\Main\Localization\Loc
;
6
Loc::loadMessages
(__FILE__);
7
24
class
InheritedPropertyTable
extends
Entity\DataManager
25
{
31
public
static
function
getTableName
()
32
{
33
return
'b_iblock_iproperty'
;
34
}
35
41
public
static
function
getMap
()
42
{
43
return
array(
44
'ID'
=> array(
45
'data_type'
=>
'integer'
,
46
'primary'
=>
true
,
47
'autocomplete'
=>
true
,
48
),
49
'IBLOCK_ID'
=> array(
50
'data_type'
=>
'integer'
,
51
),
52
'CODE'
=> array(
53
'data_type'
=>
'string'
,
54
),
55
'ENTITY_TYPE'
=> array(
56
'data_type'
=>
'string'
,
57
),
58
'ENTITY_ID'
=> array(
59
'data_type'
=>
'string'
,
60
),
61
'TEMPLATE'
=> array(
62
'data_type'
=>
'string'
,
63
)
64
);
65
}
66
}
Bitrix\Iblock\InheritedPropertyTable
Definition
inheritedproperty.php:25
Bitrix\Iblock\InheritedPropertyTable\getMap
static getMap()
Definition
inheritedproperty.php:41
Bitrix\Iblock\InheritedPropertyTable\getTableName
static getTableName()
Definition
inheritedproperty.php:31
Bitrix\Main\Localization\Loc
Definition
loc.php:11
Bitrix\Main\Localization\Loc\loadMessages
static loadMessages($file)
Definition
loc.php:64
Bitrix\Main\ORM\Entity
Definition
entity.php:26
Bitrix\Iblock
modules
iblock
lib
inheritedproperty.php
Создано системой
1.10.0