• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/propertygroup.php
  • Класс: BitrixSaleControllerPropertyGroup
  • Вызов: PropertyGroup::get
protected function get($propertyGroupId)
{
	$orderPropsGroup = new CSaleOrderPropsGroup();

	return $orderPropsGroup->GetById($propertyGroupId);
}