]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/iterator/pool/class_DefaultIterator.php
Added missing todo-builder.sh script / svn:executable removed from PHP scripts
[hub.git] / application / hub / main / iterator / pool / class_DefaultIterator.php
old mode 100755 (executable)
new mode 100644 (file)
index 2c73694..949c6c1
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -40,10 +40,10 @@ class DefaultIterator extends BaseIterator implements Iterator {
        /**
         * Creates an instance of this class
         *
-        * @param       $listInstance           A list of a IteratorAggregate
+        * @param       $listInstance           A list of a Listable
         * @return      $iteratorInstance       An instance a Iterator class
         */
-       public final static function createDefaultIterator (IteratorAggregate $listInstance) {
+       public final static function createDefaultIterator (Listable $listInstance) {
                // Get new instance
                $iteratorInstance = new DefaultIterator();