1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
sharing.php
См. документацию.
1<?php
2namespace Bitrix\Report\Internals;
3
4use Bitrix\Main\Entity;
5use Bitrix\Main\Localization\Loc;
6
7Loc::loadMessages(__FILE__);
8
25class 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}
static getMap()
Определения sharing.php:40
static getTableName()
Определения sharing.php:31
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804