]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/index/class_Indexable.php
Refacuring / possible WIP:
[core.git] / framework / main / interfaces / index / class_Indexable.php
index d09095a21945a99ff72a32d04dd035ab3464244d..5eba1b56def88eaab6297c1b3a6ca3fde8d663bf 100644 (file)
@@ -48,4 +48,11 @@ interface Indexable extends FrameworkInterface {
         */
        const SEPARATOR_GAP_LENGTH = 0x03;
 
+       /**
+        * Checks whether the index has been fully loaded (and parsed)
+        *
+        * @return      $isLoaded       Whether the index has been loaded
+        */
+       function isIndexLoaded ();
+
 }