AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 18.189.192.101
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/bitrix/modules/mail/lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/modules/mail/lib/maillog.php
<?php

namespace Bitrix\Mail;

use Bitrix\Main\Entity;
use Bitrix\Main\Localization;

Localization\Loc::loadMessages(__FILE__);

/**
 * Class MailLogTable
 *
 * DO NOT WRITE ANYTHING BELOW THIS
 *
 * <<< ORMENTITYANNOTATION
 * @method static EO_MailLog_Query query()
 * @method static EO_MailLog_Result getByPrimary($primary, array $parameters = array())
 * @method static EO_MailLog_Result getById($id)
 * @method static EO_MailLog_Result getList(array $parameters = array())
 * @method static EO_MailLog_Entity getEntity()
 * @method static \Bitrix\Mail\EO_MailLog createObject($setDefaultValues = true)
 * @method static \Bitrix\Mail\EO_MailLog_Collection createCollection()
 * @method static \Bitrix\Mail\EO_MailLog wakeUpObject($row)
 * @method static \Bitrix\Mail\EO_MailLog_Collection wakeUpCollection($rows)
 */
class MailLogTable extends Entity\DataManager
{

	public static function getFilePath()
	{
		return __FILE__;
	}

	public static function getTableName()
	{
		return 'b_mail_log';
	}

	public static function getMap()
	{
		return array(
			'ID' => array(
				'data_type'    => 'integer',
				'primary'      => true,
				'autocomplete' => true,
			),
			'MAILBOX_ID' => array(
				'data_type' => 'integer',
			),
			'FILTER_ID' => array(
				'data_type' => 'integer',
			),
			'MESSAGE_ID' => array(
				'data_type' => 'integer',
			),
			'LOG_TYPE' => array(
				'data_type' => 'string',
			),
			'DATE_INSERT' => array(
				'data_type' => 'datetime',
				'required'  => true,
			),
			'STATUS_GOOD' => array(
				'data_type' => 'boolean',
				'values'    => array('N', 'Y'),
			),
			'MESSAGE' => array(
				'data_type' => 'string',
			),
			'MAILBOX' => array(
				'data_type' => 'Bitrix\Mail\Mailbox',
				'reference' => array('=this.MAILBOX_ID' => 'ref.ID'),
			),
			'FILTER' => array(
				'data_type' => 'Bitrix\Mail\MailFilter',
				'reference' => array('=this.FILTER_ID' => 'ref.ID'),
			),
			'MAIL_MESSAGE' => array(
				'data_type' => 'Bitrix\Mail\MailMessage',
				'reference' => array('=this.MESSAGE_ID' => 'ref.ID'),
			),
		);
	}

}

Anon7 - 2022
AnonSec Team