• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/iblockelementproxy.php
  • Класс: Bitrix\Crm\IBlockElementProxyTable
  • Вызов: IBlockElementProxyTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true
		),
		'IBLOCK_ID' => array(
			'data_type' => 'integer'
		),
		'NAME' => array(
			'data_type' => 'string'
		)
	);
}