• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Property/Property.php
  • Класс: BitrixCatalogv2PropertyProperty
  • Вызов: Property::clearChangedFields
public function clearChangedFields(): BaseEntity
{
	parent::clearChangedFields();

	$this->getPropertyValueCollection()->clearChanged();

	return $this;
}