1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
versionhistory.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Main\Update;
4
5
use Bitrix\Main\ORM\Data\DataManager;
6
24
class
VersionHistoryTable
extends
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\Data\DataManager
Определения
datamanager.php:35
Bitrix\Main\Update\VersionHistoryTable
Определения
versionhistory.php:25
Bitrix\Main\Update\VersionHistoryTable\getMap
static getMap()
Определения
versionhistory.php:41
Bitrix\Main\Update\VersionHistoryTable\getTableName
static getTableName()
Определения
versionhistory.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
main
lib
update
versionhistory.php
Создано системой
1.14.0