Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
dashboard.php
1
<?php
2
namespace
Bitrix\Report\VisualConstructor\Internal
;
3
use Bitrix\Main\Entity\DateField;
4
use Bitrix\Main\Entity\IntegerField;
5
use Bitrix\Main\Entity\StringField;
6
23
class
DashboardTable
extends
DataManager
24
{
28
public
static
function
getTableName
()
29
{
30
return
'b_report_visual_report_dashboard'
;
31
}
32
36
public
static
function
getMap
()
37
{
38
return
array(
39
new
IntegerField(
'ID'
, array(
40
'primary'
=>
true
,
41
'autocomplete'
=>
true
,
42
)),
43
new
StringField(
'GID'
),
44
new
StringField(
'BOARD_KEY'
),
45
new
IntegerField(
'USER_ID'
),
46
new
StringField(
'VERSION'
),
47
new
DateField(
'CREATED_DATE'
),
48
new
DateField(
'UPDATED_DATE'
),
49
);
50
}
51
}
Bitrix\Report\VisualConstructor\Internal\DashboardTable
Definition
dashboard.php:24
Bitrix\Report\VisualConstructor\Internal\DashboardTable\getMap
static getMap()
Definition
dashboard.php:36
Bitrix\Report\VisualConstructor\Internal\DashboardTable\getTableName
static getTableName()
Definition
dashboard.php:28
Bitrix\Report\VisualConstructor\Internal\DataManager
Definition
datamanager.php:9
Bitrix\Report\VisualConstructor\Internal
Definition
configurationsetting.php:3
modules
report
lib
visualconstructor
internal
dashboard.php
Создано системой
1.10.0