• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/mailingchain.php
  • Класс: BitrixSenderMailingAttachmentTable
  • Вызов: MailingAttachmentTable::getMap
static function getMap()
{
	return array(
		'CHAIN_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'FILE_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
	);
}