- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/mailing.php
- Класс: Bitrix\Sender\MailingSubscriptionTable
- Вызов: MailingSubscriptionTable::getMap
static function getMap() { return array( 'MAILING_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'CONTACT_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'DATE_INSERT' => array( 'data_type' => 'datetime', 'default_value' => new MainType\DateTime(), ), 'IS_UNSUB' => array( 'data_type' => 'string', ), 'MAILING' => array( 'data_type' => 'Bitrix\Sender\MailingTable', 'reference' => array('=this.MAILING_ID' => 'ref.ID'), ), 'CONTACT' => array( 'data_type' => 'Bitrix\Sender\ContactTable', 'reference' => array('=this.CONTACT_ID' => 'ref.ID'), ), ); }