Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Model
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Model')
-rw-r--r--lib/Model/Index.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Model/Index.php b/lib/Model/Index.php
index fb3c91a..a390e6a 100644
--- a/lib/Model/Index.php
+++ b/lib/Model/Index.php
@@ -268,4 +268,16 @@ class Index implements \JsonSerializable {
];
}
+
+ public function __destruct() {
+ unset($this->providerId);
+ unset($this->documentId);
+ unset($this->ownerId);
+ unset($this->status);
+ unset($this->options);
+ unset($this->err);
+ unset($this->message);
+ unset($this->lastIndex);
+ }
+
} \ No newline at end of file