1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
workgroupsubject.php
См. документацию.
1
<?php
8
namespace
Bitrix\Socialnetwork;
9
10
use Bitrix\Main\Entity;
11
use Bitrix\Main\Localization\Loc;
12
13
Loc::loadMessages(__FILE__);
14
31
class
WorkgroupSubjectTable
extends
Entity\DataManager
32
{
33
public
static
function
getTableName
()
34
{
35
return
'b_sonet_group_subject'
;
36
}
37
38
public
static
function
getMap
()
39
{
40
$fieldsMap =
array
(
41
'ID'
=>
array
(
42
'data_type'
=>
'integer'
,
43
'primary'
=>
true
,
44
'autocomplete'
=>
true
,
45
),
46
'SITE_ID'
=>
array
(
47
'data_type'
=>
'string'
,
48
'primary'
=>
true
49
),
50
'SITE'
=>
array
(
51
'data_type'
=>
'\Bitrix\Main\Site'
,
52
'reference'
=>
array
(
'=this.SITE_ID'
=>
'ref.LID'
)
53
),
54
'NAME'
=>
array
(
55
'data_type'
=>
'string'
56
),
57
'SORT'
=>
array
(
58
'data_type'
=>
'integer'
,
59
)
60
);
61
62
return
$fieldsMap;
63
}
64
}
Bitrix\Socialnetwork\WorkgroupSubjectTable
Определения
workgroupsubject.php:32
Bitrix\Socialnetwork\WorkgroupSubjectTable\getMap
static getMap()
Определения
workgroupsubject.php:38
Bitrix\Socialnetwork\WorkgroupSubjectTable\getTableName
static getTableName()
Определения
workgroupsubject.php:33
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
socialnetwork
lib
workgroupsubject.php
Создано системой
1.14.0