• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/model/messageindex.php
  • Класс: BitrixImModelMessageIndexTable
  • Вызов: MessageIndexTable::getMap
static function getMap()
{
	return array(
		'MESSAGE_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'SEARCH_CONTENT' => array(
			'data_type' => 'text',
		),
	);
}