• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/propertyvalue.php
  • Класс: BitrixSaleControllerPropertyValue
  • Вызов: PropertyValue::getAction
public function getAction(SalePropertyValue $propertyValue)
{
	return ['PROPERTY_VALUE'=>$this->getItem($propertyValue)];
}