Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
domainemail.php
1<?php
2
4
6
24{
25
26 public static function getFilePath()
27 {
28 return __FILE__;
29 }
30
31 public static function getTableName()
32 {
33 return 'b_mail_domain_email';
34 }
35
36 public static function getMap()
37 {
38 return array(
39 'DOMAIN' => array(
40 'data_type' => 'string',
41 'primary' => true,
42 ),
43 'LOGIN' => array(
44 'data_type' => 'string',
45 'primary' => true,
46 ),
47 );
48 }
49
50}