• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/configstatistic.php
  • Класс: BitrixImOpenLinesConfigStatistic
  • Вызов: ConfigStatistic::deleteClosed
public function deleteClosed(): self
{
	self::addEventHandlerSave();

	$this->closed--;
	$this->updated = true;

	return $this;
}