]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php
Also loadXmlTemplate() is now very generic (so maybe it can be moved to 'core'?)
[hub.git] / application / hub / main / template / objects / class_XmlObjectRegistryTemplateEngine.php
index 95f5c758d5a89fe58f662f6fd85cbdff464da0b7..d6284a89550b38f81171247a77f0130adeb415a8 100644 (file)
@@ -81,21 +81,6 @@ class XmlObjectRegistryTemplateEngine extends BaseXmlTemplateEngine implements C
                return $templateInstance;
        }
 
-       /**
-        * Load a specified object_registry template into the engine
-        *
-        * @param       $template       The object_registry template we shall load which is
-        *                                              located in 'object_registry' by default
-        * @return      void
-        */
-       public function loadObjectRegistryTemplate ($template = 'object_registry') {
-               // Set template type
-               $this->setTemplateType($this->getConfigInstance()->getConfigEntry('node_object_registry_template_type'));
-
-               // Load the special template
-               $this->loadTemplate($template);
-       }
-
        /**
         * Currently not used
         *