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
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-08-27 15:19:42 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-08-27 15:19:42 +0300
commitfb4370b6f4e3b61998426fcd68ab5181b4450b22 (patch)
treedf7cdc1e6c4a7bb39138d20ec026d4eff6c651b9 /lib
parent9ce4114732c11ea27a8ea6536854cd4cabceb7d5 (diff)
phpdoc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Model/Index.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Model/Index.php b/lib/Model/Index.php
index d78e559..a854208 100644
--- a/lib/Model/Index.php
+++ b/lib/Model/Index.php
@@ -77,6 +77,12 @@ class Index implements \JsonSerializable {
private $lastIndex = 0;
+ /**
+ * Index constructor.
+ *
+ * @param string $providerId
+ * @param string $documentId
+ */
public function __construct($providerId, $documentId) {
$this->providerId = $providerId;
$this->documentId = $documentId;