]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 02:01:18 +0000 (03:01 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 2 Dec 2020 02:01:18 +0000 (03:01 +0100)
- WIP: needs to be public strangely for XmlParser, please fix it and turn this
  back to protected

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/traits/template/class_CompileableTemplateTrait.php

index f762b253589af8f55fb0584edb4ce39b452e936a..66ea9fd82e857e44adad10a83adae6f1213add97 100644 (file)
@@ -39,7 +39,7 @@ trait CompileableTemplateTrait {
         * @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;
        }