1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
logpage.php
См. документацию.
1<?php
8namespace Bitrix\Socialnetwork;
9
10use Bitrix\Main\Entity;
11use Bitrix\Main\Localization\Loc;
12
13Loc::loadMessages(__FILE__);
14
31class LogPageTable extends Entity\DataManager
32{
33 public static function getTableName()
34 {
35 return 'b_sonet_log_page';
36 }
37
38 public static function getMap()
39 {
40 $fieldsMap = array(
41 'USER_ID' => array(
42 'data_type' => 'integer',
43 'primary' => true
44 ),
45 'SITE_ID' => array(
46 'data_type' => 'string',
47 'primary' => true
48 ),
49 'GROUP_CODE' => array(
50 'data_type' => 'string',
51 'primary' => true
52 ),
53 'PAGE_SIZE' => array(
54 'data_type' => 'integer',
55 'primary' => true
56 ),
57 'PAGE_NUM' => array(
58 'data_type' => 'integer',
59 'primary' => true
60 ),
61 'PAGE_LAST_DATE' => array(
62 'data_type' => 'datetime'
63 ),
64 'TRAFFIC_AVG' => array(
65 'data_type' => 'integer'
66 ),
67 'TRAFFIC_CNT' => array(
68 'data_type' => 'integer'
69 ),
70 'TRAFFIC_LAST_DATE' => array(
71 'data_type' => 'datetime'
72 )
73 );
74
75 return $fieldsMap;
76 }
77}
static getMap()
Определения logpage.php:38
static getTableName()
Определения logpage.php:33
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804