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

		'WORD' => array(
			'data_type' => 'string',
			'primary' => true,
		),
		'TYPE_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'LOCATION_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
	);
}