]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/class_
Updated 'core'.
[hub.git] / application / hub / main / template / class_
index 5c2ae8fe5791546382821eb76e767154758fe43a..a36aad5f537c59ea71583a038a26b9ea2c6e64f7 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  * @todo               This template engine does not make use of setTemplateType()
@@ -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('!!!');
        }
 }