]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/registry/objects/class_ObjectTypeRegistry.php
Introduced new factory for object type registries, added a very simple way to get...
[hub.git] / application / hub / main / registry / objects / class_ObjectTypeRegistry.php
index a88f567ade65a00a34ea96fe41bf2044a6508a24..29e633dccb138974440816ba6d2b0b7dbf034c2c 100644 (file)
@@ -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]