X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fregistry%2Fobjects%2Fclass_ObjectTypeRegistry.php;h=8df6eb9dcffdada120f5df39e9804ac9cef2230a;hp=1cadcc63fc3ae623a0e5d2d099bbcf2d08db3940;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hpb=81c90916f7a908c77f8844dff5adc6fae3aed422 diff --git a/application/hub/main/registry/objects/class_ObjectTypeRegistry.php b/application/hub/main/registry/objects/class_ObjectTypeRegistry.php index 1cadcc63f..8df6eb9dc 100644 --- a/application/hub/main/registry/objects/class_ObjectTypeRegistry.php +++ b/application/hub/main/registry/objects/class_ObjectTypeRegistry.php @@ -2,11 +2,11 @@ /** * A ObjectType registry * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 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 @@ -52,19 +52,6 @@ class ObjectTypeRegistry extends BaseRegistry implements Register { // Return the instance return self::$registryInstance; } - - /** - * Getter for iterator instance from this registry - * - * @return $iteratorInstance An instance of a Iterator class - */ - public function getIterator () { - // Prepare a default iterator - $iteratorInstance = ObjectFactory::createObjectByConfiguredName('node_object_type_iterator_class', array($this)); - - // And return it - return $iteratorInstance; - } } // [EOF]