%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/modules/mail/lib/internals/
Upload File :
Create Path :
Current File : /home/bitrix/www/bitrix/modules/mail/lib/internals/messageclosure.php

<?php

namespace Bitrix\Mail\Internals;

use Bitrix\Main\Entity;

class MessageClosureTable extends Entity\DataManager
{

	public static function getFilePath()
	{
		return __FILE__;
	}

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

	public static function getMap()
	{
		return array(
			'MESSAGE_ID' => array(
				'data_type' => 'integer',
				'primary'   => true,
			),
			'PARENT_ID' => array(
				'data_type' => 'integer',
				'primary'   => true,
			),
		);
	}

}

Zerion Mini Shell 1.0