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