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

	return $this;
}