• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/productpropertyfeature.php
  • Класс: BitrixCatalogControllerProductPropertyFeature
  • Вызов: ProductPropertyFeature::get
protected function get($id)
{
	return PropertyFeatureTable::getRow([
		'select' => ['*', 'IBLOCK_ID' => 'PROPERTY.IBLOCK_ID'],
		'filter' => ['=ID' => $id],
	]);
}