• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/entity/timelinesearch.php
  • Класс: Bitrix\Crm\Timeline\Entity\TimelineSearchTable
  • Вызов: TimelineSearchTable::getMap
static function getMap()
{
	return array(
		'OWNER_ID' => array('data_type' => 'integer', 'primary' => true),
		'SEARCH_CONTENT' => array('data_type' => 'string')
	);
}