]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/hub/class_HubList.php
Introduced getListIterator() to all lists implementing Listable
[hub.git] / application / hub / main / lists / hub / class_HubList.php
index 3fb84610e3460196eb4b82d08ce9de04a47c52b1..c663de19d4e3607a3f5b6dbe3c060bd97225abd4 100644 (file)
@@ -48,6 +48,16 @@ class HubList extends BaseList implements Listable {
                // Return the prepared instance
                return $listInstance;
        }
+
+       /**
+        * "Getter" for an iterator instance of this list
+        *
+        * @return      $iteratorInstance       An instance of a Iterator class
+        * @todo0% done
+        */
+       public function getListIterator () {
+               $this->partialStub('Please implement this method.');
+       }
 }
 
 // [EOF]