]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/groups/class_ListGroupList.php
Introduced getListIterator() to all lists implementing Listable
[hub.git] / application / hub / main / lists / groups / class_ListGroupList.php
index ae59c8d50d01162d3e62833defa7dc84b9599836..045569349719349e9f1d00f55991800cecbca65b 100644 (file)
@@ -44,7 +44,16 @@ class ListGroupList 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
+        * @todo        0% done
+        */
+       public function getListIterator () {
+               $this->partialStub('Please implement this method.');
+       }
 
 // [EOF]
 ?>