1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
queue.php
См. документацию.
1<?php
8namespace Bitrix\Sender\Internals\Model;
9
10use Bitrix\Main\Entity;
11use Bitrix\Main\Type\DateTime;
12use Bitrix\Main\Localization\Loc;
13use Bitrix\Crm\WebForm\Helper;
14
15Loc::loadMessages(__FILE__);
16
34{
35 public static function getTableName()
36 {
37 return 'b_sender_queue';
38 }
39
40 public static function getMap()
41 {
42 return array(
43 'ENTITY_TYPE' => array(
44 'data_type' => 'string',
45 'primary' => true,
46 ),
47 'ENTITY_ID' => array(
48 'data_type' => 'string',
49 'primary' => true,
50 ),
51 'LAST_ITEM' => array(
52 'data_type' => 'string',
53 'required' => true,
54 ),
55 );
56 }
57
63 public static function getConflictFields(): array
64 {
65 return [
66 'ENTITY_TYPE',
67 'ENTITY_ID',
68 ];
69 }
70}
static getConflictFields()
Определения queue.php:63
static getTableName()
Определения queue.php:35
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804