]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/index/class_BaseIndex.php
WIP:
[core.git] / framework / main / classes / index / class_BaseIndex.php
index 1db19d8cdb04700c18325b50049ccff2baee0b73..6ac3f2c6dd3facde3bdf7baf5c0ed66694d44063 100644 (file)
@@ -53,15 +53,4 @@ abstract class BaseIndex extends BaseFrameworkSystem implements Indexable {
                parent::__construct($className);
        }
 
-       /**
-        * Checks if this index has been fully and properly loaded.
-        *
-        * @return      $isLoaded       Whether this index has been loaded
-        */
-       public function isIndexLoaded () {
-               // Trace message
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('BASE-INDEX: CALLED!');
-               /* DEBUG-DIE: */ ApplicationEntryPoint::exitApplication(sprintf('[%s:%d]: this=%s', __METHOD__, __LINE__, print_r($this, true)));
-       }
-
 }