Some documentary updated
authorRoland Häder <roland@mxchange.org>
Tue, 15 Mar 2011 20:32:14 +0000 (20:32 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 15 Mar 2011 20:32:14 +0000 (20:32 +0000)
inc/classes/main/template/class_
inc/classes/main/template/menu/class_MenuTemplateEngine.php

index 271558093f478b55af491b1c61c8febb2422b74c..e8fc145555bed000713346f7ef58625f1a665184 100644 (file)
@@ -35,8 +35,8 @@ class ???TemplateEngine extends BaseTemplateEngine implements CompileableTemplat
        /**
         * Creates an instance of the class TemplateEngine and prepares it for usage
         *
        /**
         * Creates an instance of the class TemplateEngine and prepares it for usage
         *
-        * @param       $appInstance            A manageable application
-        * @return      $templateInstance       An instance of TemplateEngine
+        * @param       $applicationInstance    A manageable application
+        * @return      $templateInstance               An instance of TemplateEngine
         * @throws      BasePathIsEmptyException                If the provided $templateBasePath is empty
         * @throws      InvalidBasePathStringException  If $templateBasePath is no string
         * @throws      BasePathIsNoDirectoryException  If $templateBasePath is no
         * @throws      BasePathIsEmptyException                If the provided $templateBasePath is empty
         * @throws      InvalidBasePathStringException  If $templateBasePath is no string
         * @throws      BasePathIsNoDirectoryException  If $templateBasePath is no
index 71522e7ada6c49c5c2e86722c6d2b361e4f2d481..b67f7207d6bf6da2270ad2a86f41d1b8044b9e76 100644 (file)
@@ -295,10 +295,10 @@ class MenuTemplateEngine extends BaseTemplateEngine implements CompileableTempla
                        // Then load it
                        $templateInstance->loadMenuTemplate($templateDependency);
 
                        // Then load it
                        $templateInstance->loadMenuTemplate($templateDependency);
 
-                       // Get an XmlParser instance
+                       // Parse the XML content
                        $templateInstance->renderXmlContent();
 
                        $templateInstance->renderXmlContent();
 
-                       // Parse the template's content contents
+                       // Save the parsed raw content in our dependency array
                        $this->dependencyContent[$node] = $templateInstance->getRawTemplateData();
                } // END - if
        }
                        $this->dependencyContent[$node] = $templateInstance->getRawTemplateData();
                } // END - if
        }
@@ -324,7 +324,7 @@ class MenuTemplateEngine extends BaseTemplateEngine implements CompileableTempla
        /**
         * Starts the menu entries
         *
        /**
         * Starts the menu entries
         *
-        * @param       $templateDependency     A template to load to satisfy dependencies
+        * @param       $templateDependency             A template to load to satisfy dependencies
         * @return      void
         */
        private function startEntryList () {
         * @return      void
         */
        private function startEntryList () {