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:
authorMaxence Lange <maxence@artificial-owl.com>2018-05-07 20:23:18 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-05-07 20:23:18 +0300
commit4dbfe621039c5061c014028349f9f672e31c9df2 (patch)
treead4982aac24d9e27a97af331cddfc0392f885b5d /lib/Model
parentc7173dce00ace8c9827d7bed96affaaef91bf55c (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
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