From: Roland Häder Date: Tue, 10 Mar 2009 17:23:56 +0000 (+0000) Subject: Added missing method buildMasterTemplateName() X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=ef458a09b3a72e4e324f6ae6455268e081729ee4 Added missing method buildMasterTemplateName() --- diff --git a/application/mxchange/class_ApplicationHelper.php b/application/mxchange/class_ApplicationHelper.php index dee4ef6d25..01d9f06700 100644 --- a/application/mxchange/class_ApplicationHelper.php +++ b/application/mxchange/class_ApplicationHelper.php @@ -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; }