X-Git-Url: https://git.mxchange.org/?p=hub.git;a=blobdiff_plain;f=application%2Fhub%2Fmain%2Ftemplate%2Fclass_;h=a36aad5f537c59ea71583a038a26b9ea2c6e64f7;hp=da2a17cfcca8436a29fcbefefc115f0248bdb114;hb=73aff29b9bc78031853b0b8c0fe0a8e04f66ac29;hpb=bd03e94697684c8b747d22779aeb0a676c3715ea diff --git a/application/hub/main/template/class_ b/application/hub/main/template/class_ index da2a17cfc..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() @@ -22,7 +22,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -die('YOU NEED TO REPLACE ???, !!! AND ||| IN THIS CLASS BEFORE YOU CAN USE IT.'); class Xml???TemplateEngine extends BaseXmlTemplateEngine implements CompileableTemplate, Registerable { /** * Protected constructor @@ -74,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); } /** @@ -93,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('!!!', '|||'); } /** @@ -103,7 +102,7 @@ class Xml???TemplateEngine extends BaseXmlTemplateEngine implements CompileableT */ protected function finish??? () { // Pop the last entry - $this->getStackerInstance()->popNamed('!!!'); + $this->getStackInstance()->popNamed('!!!'); } }