• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Price/PriceCollection.php
  • Класс: BitrixCatalogv2PricePriceCollection
  • Вызов: PriceCollection::hasAnyPrice
public function hasAnyPrice(): bool
{
	return !empty($this->getValues());
}