]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/utils/ReferenceLinkDB.php
Merge pull request #379 from ArthurHoaro/plugin-markdown
[github/shaarli/Shaarli.git] / tests / utils / ReferenceLinkDB.php
index 0b2257205edf5a16f0ebbbcb7a85fb680aebaaea..011317ef970eb3ea9834ebc8b3834a04e0a00435 100644 (file)
@@ -124,5 +124,9 @@ class ReferenceLinkDB
     {
         return $this->_privateCount;
     }
+
+    public function getLinks()
+    {
+        return $this->_links;
+    }
 }
-?>