]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/recipient/class_RecipientList.php
Some rewriting, TODOs.txt updated:
[hub.git] / application / hub / main / lists / recipient / class_RecipientList.php
index 6375f63d1aac66466bfcb136f5abafdfb9215aaa..ce4f5d9aa784fdf69bd7a54afe5e01985be80187 100644 (file)
@@ -53,13 +53,12 @@ class RecipientList extends BaseList implements Listable, Registerable {
        }
 
        /**
-        * "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!');
        }
 
        /**