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

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