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

	$this->propertyCollection = $propertyCollection;

	return $this;
}