Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/mail/lib/internals/messageuploadqueue.php
Назад
<?php namespace Bitrix\Mail\Internals; use Bitrix\Main\Entity; class MessageUploadQueueTable extends Entity\DataManager { const SYNC_STAGE_NEW = 0; public static function getFilePath() { return __FILE__; } public static function getTableName() { return 'b_mail_message_upload_queue'; } public static function getMap() { return array( 'ID' => array( 'data_type' => 'string', 'primary' => true, ), 'MAILBOX_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'SYNC_STAGE' => array( 'data_type' => 'integer', ), 'SYNC_LOCK' => array( 'data_type' => 'integer', ), 'ATTEMPTS' => array( 'data_type' => 'integer', ), ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка