• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/controller/productpropertysection.php
  • Класс: BitrixCatalogControllerProductPropertySection
  • Вызов: ProductPropertySection::get
protected function get($id)
{
	return SectionPropertyTable::getRow([
		'filter' => ['=PROPERTY_ID' => $id],
		'order' => ['IBLOCK_ID' => 'ASC'],
	]);
}