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

		'LOCATION_ID' => array(
			'data_type' => 'integer',
			'primary' => true // tmp
		),
		'TYPE_ID' => array(
			'data_type' => 'integer',
		),


		'REGION_ID' => array(
			'data_type' => 'integer',
		),

		'SUBREGION_ID' => array(
			'data_type' => 'integer',
		),
		'CITY_ID' => array(
			'data_type' => 'integer',
		),
		'VILLAGE_ID' => array(
			'data_type' => 'integer',
		),
		'STREET_ID' => array(
			'data_type' => 'integer',
		),

		'W_1' => array(
			'data_type' => 'string',
		),
		'W_2' => array(
			'data_type' => 'string',
		),
		'W_3' => array(
			'data_type' => 'string',
		),
		'W_4' => array(
			'data_type' => 'string',
		),
		'W_5' => array(
			'data_type' => 'string',
		),
		'W_6' => array(
			'data_type' => 'string',
		),
		'W_7' => array(
			'data_type' => 'string',
		),
		'W_8' => array(
			'data_type' => 'string',
		),
		'W_9' => array(
			'data_type' => 'string',
		),
		'W_10' => array(
			'data_type' => 'string',
		),

		'WORD_COUNT' => array(
			'data_type' => 'integer',
		),

		'TYPE_SORT' => array(
			'data_type' => 'integer',
		),
		'SORT' => array(
			'data_type' => 'integer',
		),
	);
}