• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/PropertyValue/PropertyValueCollection.php
  • Класс: BitrixCatalogv2PropertyValuePropertyValueCollection
  • Вызов: PropertyValueCollection::isPropertyMultiple
private function isPropertyMultiple(): bool
{
	/** @var BitrixCatalogv2PropertyProperty $property */
	$property = $this->getParent();

	return $property && $property->isMultiple();
}