must implement Registerable
authorRoland Häder <roland@mxchange.org>
Mon, 29 May 2017 12:17:16 +0000 (14:17 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 29 May 2017 12:17:16 +0000 (14:17 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/iterator/default/class_DefaultIterator.php

index 1d0ec884d996b10e31781a9cc8ee1467bcb54f98..a08f3843df610e584da3ed3783ca7bffc99d3705 100644 (file)
@@ -5,6 +5,7 @@ namespace CoreFramework\Iterator;
 // Import framework stuff
 use CoreFramework\Iterator\BaseIterator;
 use CoreFramework\Lists\Listable;
+use CoreFramework\Registry\Registerable;
 
 // Import SPL stuff
 use \Iterator;
@@ -31,7 +32,7 @@ use \Iterator;
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class DefaultIterator extends BaseIterator implements Iterator {
+class DefaultIterator extends BaseIterator implements Iterator, Registerable {
        /**
         * Key for the global list index
         */