1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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
Определения
inheritedproperty.php:25
Bitrix\Iblock\InheritedPropertyTable\getMap
static getMap()
Определения
inheritedproperty.php:41
Bitrix\Iblock\InheritedPropertyTable\getTableName
static getTableName()
Определения
inheritedproperty.php:31
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
iblock
lib
inheritedproperty.php
Создано системой
1.14.0