Added missing method buildMasterTemplateName()
[mailer.git] / 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;
        }