1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
paysystemerrlog.php
См. документацию.
1<?php
8namespace Bitrix\Sale\Internals;
9
10use Bitrix\Main;
11use Bitrix\Main\Localization\Loc;
12
13Loc::loadMessages(__FILE__);
14
31class PaySystemErrLogTable extends Main\Entity\DataManager
32{
33 public static function getFilePath()
34 {
35 return __FILE__;
36 }
37
38 public static function getTableName()
39 {
40 return 'b_sale_pay_system_err_log';
41 }
42
43 public static function getMap()
44 {
45 return array(
46 'ID' => array(
47 'data_type' => 'integer',
48 'primary' => true,
49 'autocomplete' => true,
50 'title' => Loc::getMessage('PAY_SYSTEM_ENTITY_ID_FIELD'),
51 ),
52 'DATE_INSERT' => array(
53 'data_type' => 'datetime',
54 'title' => Loc::getMessage('PAY_SYSTEM_ENTITY_DATE_ADD_FIELD'),
55 ),
56 'MESSAGE' => array(
57 'data_type' => 'string',
58 'title' => Loc::getMessage('PAY_SYSTEM_ENTITY_LID_FIELD'),
59 'required' => true
60 )
61 );
62 }
63}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804