• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/product2product.php
  • Класс: Bitrix\Sale\Product2ProductTable
  • Вызов: Product2ProductTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true,
			'autocomplete' => true,
		),
		'PRODUCT_ID' => array(
			'data_type' => 'integer'
		),
		'PARENT_PRODUCT_ID' => array(
			'data_type' => 'integer'
		),
		'CNT' => array(
			'data_type' => 'integer'
		)
	);
}