]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/hub/class_HubList.php
Some rewriting, TODOs.txt updated:
[hub.git] / application / hub / main / lists / hub / class_HubList.php
index 857ee895dd84a2b376e881632d17d85f165ab33b..ce504d4729d18ff7507078fd07b572caf8ad169e 100644 (file)
@@ -50,13 +50,12 @@ class HubList extends BaseList implements Listable {
        }
 
        /**
-        * "Getter" for an iterator instance of this list
+        * "Getter" for an iterator instance of this list (not implemented)
         *
         * @return      $iteratorInstance       An instance of a Iterator class
-        * @todo        0% done
         */
        public function getListIterator () {
-               $this->partialStub('Please implement this method.');
+               $this->debugInstance($this->__toString() . ' uses the default iterator. Please call getIterator() instead!');
        }
 
        /**