Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
versionhistory.php
1
<?php
2
3
namespace
Bitrix\Main\Update
;
4
5
use
Bitrix\Main\Entity
;
6
24
class
VersionHistoryTable
extends
Entity\DataManager
25
{
31
public
static
function
getTableName
()
32
{
33
return
'b_sm_version_history'
;
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
'DATE_INSERT'
=> array(
50
'data_type'
=>
'datetime'
,
51
'required'
=>
true
,
52
),
53
'VERSIONS'
=> array(
54
'data_type'
=>
'text'
,
55
'required'
=>
true
,
56
),
57
);
58
}
59
}
Bitrix\Main\ORM\Entity
Definition
entity.php:26
Bitrix\Main\Update\VersionHistoryTable
Definition
versionhistory.php:25
Bitrix\Main\Update\VersionHistoryTable\getMap
static getMap()
Definition
versionhistory.php:41
Bitrix\Main\Update\VersionHistoryTable\getTableName
static getTableName()
Definition
versionhistory.php:31
Bitrix\Main\Update
Definition
adminfilteroption.php:2
modules
main
lib
update
versionhistory.php
Создано системой
1.10.0