1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
workgroupsubjectsite.php
См. документацию.
1
<?php
8
namespace
Bitrix\Socialnetwork;
9
10
use Bitrix\Main\Entity;
11
28
class
WorkgroupSubjectSiteTable
extends
Entity\DataManager
29
{
30
public
static
function
getTableName
()
31
{
32
return
'b_sonet_group_subject_site'
;
33
}
34
35
public
static
function
getMap
()
36
{
37
return
array
(
38
'SUBJECT_ID'
=>
array
(
39
'data_type'
=>
'integer'
,
40
'primary'
=>
true
41
),
42
'SUBJECT'
=>
array
(
43
'data_type'
=>
'\Bitrix\Socialnetwork\WorkgroupSubject'
,
44
'reference'
=>
array
(
'=this.SUBJECT_ID'
=>
'ref.ID'
)
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
);
55
}
56
}
Bitrix\Socialnetwork\WorkgroupSubjectSiteTable
Определения
workgroupsubjectsite.php:29
Bitrix\Socialnetwork\WorkgroupSubjectSiteTable\getMap
static getMap()
Определения
workgroupsubjectsite.php:35
Bitrix\Socialnetwork\WorkgroupSubjectSiteTable\getTableName
static getTableName()
Определения
workgroupsubjectsite.php:30
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
workgroupsubjectsite.php
Создано системой
1.14.0