• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/baseform.php
  • Класс: BitrixCatalogComponentBaseForm
  • Вызов: BaseForm::getFieldValue
protected function getFieldValue(array $field)
{
	if ($field['entity'] === 'product')
	{
		return $this->getProductFieldValue($field);
	}

	if ($field['entity'] === 'property')
	{
		return $this->getPropertyFieldValue($field);
	}

	return null;
}