• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Property/Property.php
  • Класс: BitrixCatalogv2PropertyProperty
  • Вызов: Property::setPropertyValueCollection
public function setPropertyValueCollection(PropertyValueCollection $propertyValueCollection): self
{
	$propertyValueCollection->setParent($this);

	$this->propertyValueCollection = $propertyValueCollection;

	return $this;
}