]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/objects/class_XmlObjectRegistryTemplateEngine.php
Test units continued, XML MIME type worked-around:
[hub.git] / application / hub / main / template / objects / class_XmlObjectRegistryTemplateEngine.php
index 8a2e198ad17862715977e427f1352911375d3194..c6afa7cc88f1f0e684241a7af2175f02e2c7d439 100644 (file)
@@ -319,9 +319,11 @@ class XmlObjectRegistryTemplateEngine extends BaseTemplateEngine implements Comp
        /**
         * Starts the object-list
         *
+        * @param       $objectCount    Count of all objects
         * @return      void
+        * @todo        Handle $objectCount
         */
-       private function startObjectList () {
+       private function startObjectList ($objectCount) {
                // Push the node name on the stacker
                $this->getStackerInstance()->pushNamed('object_registry', 'object-list');
        }