• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/model/chatindex.php
  • Класс: BitrixImModelChatIndexTable
  • Вызов: ChatIndexTable::getMap
static function getMap()
{
	return array(
		'CHAT_ID' => array(
			'data_type' => 'integer',
			'primary' => true,
		),
		'SEARCH_TITLE' => array(
			'data_type' => 'string',
			'validation' => array(__CLASS__, 'validateTitle'),
		),
		'SEARCH_CONTENT' => array(
			'data_type' => 'text',
		),
	);
}