1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
logfavorites.php
См. документацию.
1
<?php
8
namespace
Bitrix\Socialnetwork;
9
10
use Bitrix\Main\Entity;
11
28
class
LogFavoritesTable
extends
Entity\DataManager
29
{
30
public
static
function
getTableName
()
31
{
32
return
'b_sonet_log_favorites'
;
33
}
34
35
public
static
function
getMap
()
36
{
37
$fieldsMap =
array
(
38
'USER_ID'
=>
array
(
39
'data_type'
=>
'integer'
,
40
'primary'
=>
true
,
41
),
42
'LOG_ID'
=>
array
(
43
'data_type'
=>
'integer'
,
44
'primary'
=>
true
,
45
),
46
);
47
48
return
$fieldsMap;
49
}
50
}
Bitrix\Socialnetwork\LogFavoritesTable
Определения
logfavorites.php:29
Bitrix\Socialnetwork\LogFavoritesTable\getMap
static getMap()
Определения
logfavorites.php:35
Bitrix\Socialnetwork\LogFavoritesTable\getTableName
static getTableName()
Определения
logfavorites.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
logfavorites.php
Создано системой
1.14.0