X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ftemplate%2Fclass_;h=a36aad5f537c59ea71583a038a26b9ea2c6e64f7;hp=5c2ae8fe5791546382821eb76e767154758fe43a;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hpb=f6fee32095a04c805f3884c3ca816cf797d7316f diff --git a/application/hub/main/template/class_ b/application/hub/main/template/class_ index 5c2ae8fe5..a36aad5f5 100644 --- a/application/hub/main/template/class_ +++ b/application/hub/main/template/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @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('!!!'); } }