]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/ReferenceLinkDB.php
Link filter refactoring
[github/shaarli/Shaarli.git] / tests / utils / ReferenceLinkDB.php
index 47b51829989018906824c0cdc34b2f154764b0bc..011317ef970eb3ea9834ebc8b3834a04e0a00435 100644 (file)
@@ -124,4 +124,9 @@ class ReferenceLinkDB
     {
         return $this->_privateCount;
     }
+
+    public function getLinks()
+    {
+        return $this->_links;
+    }
 }