Merge "$.suggestions: make it possible to re-show suggestions"
[lhc/web/wiklou.git] / includes / site / SiteStore.php
index 0d8dcdf..52ba8fb 100644 (file)
@@ -77,4 +77,9 @@ interface SiteStore {
         */
        public function getSites( $source = 'cache' );
 
-}
\ No newline at end of file
+       /**
+        * Deletes all sites from the database. After calling clear(), getSites() will return an empty
+        * list and getSite() will return null until saveSite() or saveSites() is called.
+        */
+       public function clear();
+}