]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/groups/class_ListGroupList.php
Some rewriting, TODOs.txt updated:
[hub.git] / application / hub / main / lists / groups / class_ListGroupList.php
index 1648bc6f600f959dfc0c009d080e99407f55d9c0..13f06edb7a3c68345bcebed53f3c3b4c5a3d5d27 100644 (file)
@@ -46,13 +46,12 @@ class ListGroupList 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!');
        }
 
        /**