- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/orderprocessing.php
- Класс: Bitrix\Sale\OrderProcessingTable
- Вызов: OrderProcessingTable::getMap
static function getMap() { return array( 'ORDER_ID' => array( 'primary' => true, 'data_type' => 'integer', ), 'PRODUCTS_ADDED' => array( 'data_type' => 'boolean', 'values' => array('N','Y') ), 'PRODUCTS_REMOVED' =>array ( 'data_type' => 'boolean', 'values' => array('N','Y') ), 'ORDER' => array( 'data_type' => "Bitrix\\Ssale\\OrderTable", 'reference' => array('=this.ORDER_ID' => 'ref.ID') ) ); }