]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2020 20:27:06 +0000 (21:27 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2020 20:27:06 +0000 (21:27 +0100)
- must be public

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/parser/class_BaseParser.php

index 48a310035b3e7b24c50a96339b028c073e6eac7c..8b6e565173c9663a11949bf16f13d6dda1a654d8 100644 (file)
@@ -60,7 +60,7 @@ abstract class BaseParser extends BaseFrameworkSystem {
         *
         * @return      $templateInstance       An instance of a template engine class
         */
         *
         * @return      $templateInstance       An instance of a template engine class
         */
-       protected final function getTemplateInstance () {
+       public final function getTemplateInstance () {
                return $this->templateInstance;
        }
 
                return $this->templateInstance;
        }