X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fregistry%2Fobjects%2Fclass_ObjectTypeRegistry.php;h=29e633dccb138974440816ba6d2b0b7dbf034c2c;hb=38097bd02cea3bcc8acdfa0e4ffecf376c9f5ead;hp=a88f567ade65a00a34ea96fe41bf2044a6508a24;hpb=822be9f157e6a46cffc52bbdcc274bca38df1b72;p=hub.git diff --git a/application/hub/main/registry/objects/class_ObjectTypeRegistry.php b/application/hub/main/registry/objects/class_ObjectTypeRegistry.php index a88f567ad..29e633dcc 100644 --- a/application/hub/main/registry/objects/class_ObjectTypeRegistry.php +++ b/application/hub/main/registry/objects/class_ObjectTypeRegistry.php @@ -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]