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

		'ID' => array(
			'data_type' => 'integer',
			'primary' => true
		),
		'WORD' => array(
			'data_type' => 'string',
		),
		'POSITION' => array(
			'data_type' => 'integer'
		),

		'CNT' => array(
			'data_type' => 'integer',
			'expression' => array(
				'count(*)'
			)
		),
	);
}