Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
eventmessagesite.php
1<?php
10
12
30{
31 use Data\Internal\DeleteByFilterTrait;
32
36 public static function getTableName()
37 {
38 return 'b_event_message_site';
39 }
40
44 public static function getMap()
45 {
46 return array(
47 'EVENT_MESSAGE_ID' => array(
48 'data_type' => 'integer',
49 'primary' => true,
50 ),
51
52 'SITE_ID' => array(
53 'data_type' => 'string',
54 'primary' => true,
55 ),
56 );
57 }
58}