]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/lists/tasks/class_TaskList.php
Continued with hub:
[hub.git] / application / hub / main / lists / tasks / class_TaskList.php
index 6640fe058b2d48c4a1340fb51ae22c4c2aadfd5e..f87681b8cc4c236b24559e7a0b6acd1220e9bcdd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A Task list
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -49,13 +49,12 @@ class TaskList 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!');
        }
 
        /**