• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/search/chain.php
  • Класс: BitrixSaleLocationSearchChainTable
  • Вызов: ChainTable::getMap
static function getMap()
{
	return array(

		'LOCATION_ID' => array(
			'data_type' => 'integer',
			'primary' => true
		),
		'POSITION' => array(
			'data_type' => 'integer',
			'primary' => true
		),

		'RELEVANCY' => array(
			'data_type' => 'integer',
		)
	);
}