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

	$this->propertyFeatureCollection = $propertyFeatureCollection;

	return $this;
}