• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseEntity.php
  • Класс: BitrixCatalogv2BaseEntity
  • Вызов: BaseEntity::saveInternalEntity
protected function saveInternalEntity(): Result
{
	$result = $this->entityRepository->save($this);

	if ($result->isSuccess())
	{
		$this->clearChangedFields();
	}

	return $result;
}