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

	return $orderPropsGroup->GetByID($id);
}