• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/section.php
  • Класс: Bitrix\Sale\SectionTable
  • Вызов: SectionTable::getMap
static function getMap()
{
	$fieldsMap = array(
		'ID' => array(
			'data_type' => 'integer',
			'primary' => true
		),
		'NAME' => array(
			'data_type' => 'string'
		)
	);

	return $fieldsMap;
}