]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/recipient/class_RecipientList.php
Introduced getListIterator() to all lists implementing Listable
[hub.git] / application / hub / main / lists / recipient / class_RecipientList.php
index 1f58106ff2a3d443cc2c806facd9e2ac75f296f7..538eb7476c3745ac33aff2525357519a646d5432 100644 (file)
@@ -51,6 +51,16 @@ class RecipientList extends BaseList implements Listable, Registerable {
                // 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]