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