]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/class_
Continued:
[hub.git] / application / hub / main / template / class_
index 5c2ae8fe5791546382821eb76e767154758fe43a..6abb3f32e988f5278b32cdf955d9a3107c9b1adc 100644 (file)
@@ -73,7 +73,7 @@ class Xml???TemplateEngine extends BaseXmlTemplateEngine implements CompileableT
                } // END - if
 
                // Assign data with matching variable here
-               parent::assignVariable($this->getStackerInstance()->getNamed('!!!'), $characters);
+               parent::assignVariable($this->getStackInstance()->getNamed('!!!'), $characters);
        }
 
        /**
@@ -92,7 +92,7 @@ class Xml???TemplateEngine extends BaseXmlTemplateEngine implements CompileableT
         */
        protected function start??? () {
                // Push the node name on the stacker
-               $this->getStackerInstance()->pushNamed('!!!', '|||');
+               $this->getStackInstance()->pushNamed('!!!', '|||');
        }
 
        /**
@@ -102,7 +102,7 @@ class Xml???TemplateEngine extends BaseXmlTemplateEngine implements CompileableT
         */
        protected function finish??? () {
                // Pop the last entry
-               $this->getStackerInstance()->popNamed('!!!');
+               $this->getStackInstance()->popNamed('!!!');
        }
 }