• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/propertyvalue.php
  • Класс: BitrixSaleControllerPropertyValue
  • Вызов: PropertyValue::getFieldsAction
public function getFieldsAction()
{
	$view = $this->getViewManager()
		->getView($this);

	return ['PROPERTY_VALUE'=>$view->prepareFieldInfos(
		$view->getFields()
	)];
}