• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/model/recentaddresstable.php
  • Класс: BitrixLocationModelRecentAddressTable
  • Вызов: RecentAddressTable::getMap
static function getMap()
{
	return array(
		(new FieldsIntegerField('ID'))
			->configurePrimary()
			->configureAutocomplete(),
		new FieldsIntegerField('USER_ID'),
		new FieldsTextField('ADDRESS'),
		new FieldsDatetimeField('USED_AT'),
	);
}