Added missing method buildMasterTemplateName()
authorRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2009 17:23:56 +0000 (17:23 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 10 Mar 2009 17:23:56 +0000 (17:23 +0000)
application/mxchange/class_ApplicationHelper.php

index dee4ef6d250f4264edaa621646b4bdda917d5e7f..01d9f06700ff276852c67ce4223a3077afbdb40f 100644 (file)
@@ -165,11 +165,11 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
        }
 
        /**
-        * Getter for master template name
+        * Builds the master template's name
         *
-        * @return      $masterTemplate         Name of the master template
+        * @return      $masterTemplateName             Name of the master template
         */
-       public final function getMasterTemplate () {
+       public final function buildMasterTemplateName () {
                return $this->masterTemplate;
        }