Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2020 21:20:09 +0000 (22:20 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Nov 2020 21:20:09 +0000 (22:20 +0100)
- had to be public ?!

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

index ceb652405c63b89ba32296c62678a97b12e47c6b..92070b8bf36ea328c70df2d60dcede69319e2d67 100644 (file)
@@ -51,7 +51,7 @@ abstract class BaseParser extends BaseFrameworkSystem {
         * @param       $templateInstance       An instance of a CompileableTemplate class
         * @return      void
         */
-       protected final function setTemplateInstance (CompileableTemplate $templateInstance) {
+       public final function setTemplateInstance (CompileableTemplate $templateInstance) {
                $this->templateInstance = $templateInstance;
        }