1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
sharing.php
См. документацию.
1
<?php
2
namespace
Bitrix\Report\Internals;
3
4
use Bitrix\Main\Entity;
5
use Bitrix\Main\Localization\Loc;
6
7
Loc::loadMessages(__FILE__);
8
25
class
SharingTable
extends
Entity\DataManager
26
{
31
public
static
function
getTableName
()
32
{
33
return
'b_report_sharing'
;
34
}
35
40
public
static
function
getMap
()
41
{
42
$fieldsMap =
array
(
43
'ID'
=>
array
(
44
'data_type'
=>
'integer'
,
45
'primary'
=>
true
46
),
47
'REPORT_ID'
=>
array
(
48
'data_type'
=>
'integer'
,
49
'required'
=>
true
50
),
51
'LINK_REPORT'
=>
array
(
52
'data_type'
=>
'Bitrix\Report\ReportTable'
,
53
'reference'
=>
array
(
54
'=this.REPORT_ID'
=>
'ref.ID'
55
),
56
),
57
'ENTITY'
=>
array
(
58
'data_type'
=>
'string'
,
59
'required'
=>
true
60
),
61
'RIGHTS'
=>
array
(
62
'data_type'
=>
'string'
,
63
'required'
=>
true
64
)
65
);
66
67
return
$fieldsMap;
68
}
69
70
}
Bitrix\Report\Internals\SharingTable
Определения
sharing.php:26
Bitrix\Report\Internals\SharingTable\getMap
static getMap()
Определения
sharing.php:40
Bitrix\Report\Internals\SharingTable\getTableName
static getTableName()
Определения
sharing.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
report
lib
internals
sharing.php
Создано системой
1.14.0