- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/group.php
- Класс: BitrixSenderGroupDealCategoryTable
- Вызов: GroupDealCategoryTable::getMap
static function getMap()
{
return array(
'GROUP_ID' => array(
'data_type' => 'integer',
'primary' => true,
),
'GROUP' => array(
'data_type' => 'BitrixSenderGroupTable',
'reference' => array('=this.GROUP_ID' => 'ref.ID'),
),
'DEAL_CATEGORY_ID' => array(
'data_type' => 'integer',
'primary' => true,
),
);
}