PriceAccount::__destruct

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. PriceAccount
  4. __destruct
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/update/product/priceaccount.php
  • Класс: Bitrix\Crm\Update\Product\PriceAccount
  • Вызов: PriceAccount::__destruct
public function __destruct()
{
	unset($this->entityCache);
	unset($this->query);
	unset($this->sqlHelper);
	unset($this->connection);

	parent::__destruct();
}

Добавить комментарий