• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/template/entity/elementcatalog.php
  • Класс: BitrixIblockTemplateEntityElementCatalog
  • Вызов: ElementCatalog::__construct
public function __construct($id)
{
	parent::__construct($id);
	$this->fieldMap = array(
		"weight" => "WEIGHT",
		"measure" => "MEASURE",
		"store" => "STORE",
	);
}