X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Flists%2Ftasks%2Fclass_TaskList.php;h=f87681b8cc4c236b24559e7a0b6acd1220e9bcdd;hb=62f2546efa5ec7585c5ce216e6a9676595b1b30b;hp=6640fe058b2d48c4a1340fb51ae22c4c2aadfd5e;hpb=f884d1738b81b893f44001100f51661f307ad9a3;p=hub.git diff --git a/application/hub/main/lists/tasks/class_TaskList.php b/application/hub/main/lists/tasks/class_TaskList.php index 6640fe058..f87681b8c 100644 --- a/application/hub/main/lists/tasks/class_TaskList.php +++ b/application/hub/main/lists/tasks/class_TaskList.php @@ -2,11 +2,11 @@ /** * A Task list * - * @author Roland Haeder + * @author Roland Haeder * @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!'); } /**