]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/template/class_BaseTemplateEngine.php
Refacturing:
[core.git] / framework / main / classes / template / class_BaseTemplateEngine.php
index 9209305fab3e97c4e0c4c1dadbb6bb891efa4f9a..2d30141ec8004c9f1fc1190a5cdff3420b5cdda6 100644 (file)
@@ -12,7 +12,6 @@ use Org\Mxchange\CoreFramework\Manager\ManageableApplication;
 use Org\Mxchange\CoreFramework\Object\BaseFrameworkSystem;
 use Org\Mxchange\CoreFramework\Registry\GenericRegistry;
 use Org\Mxchange\CoreFramework\Response\Responseable;
-use Org\Mxchange\CoreFramework\Stacker\Stackable;
 use Org\Mxchange\CoreFramework\Traits\Handler\Io\IoHandlerTrait;
 use Org\Mxchange\CoreFramework\Utils\String\StringUtils;
 
@@ -176,11 +175,6 @@ abstract class BaseTemplateEngine extends BaseFrameworkSystem {
         */
        private $xmlCompacting = false;
 
-       /**
-        * Instance of the stacker
-        */
-       private $stackInstance = NULL;
-
        /**
         * Protected constructor
         *
@@ -1619,25 +1613,6 @@ abstract class BaseTemplateEngine extends BaseFrameworkSystem {
                return $this->xmlCompacting;
        }
 
-       /**
-        * Setter for stacker instance
-        *
-        * @param       $stackInstance  An instance of an stacker
-        * @return      void
-        */
-       protected final function setStackInstance (Stackable $stackInstance) {
-               $this->stackInstance = $stackInstance;
-       }
-
-       /**
-        * Getter for stacker instance
-        *
-        * @return      $stackInstance  An instance of an stacker
-        */
-       public final function getStackInstance () {
-               return $this->stackInstance;
-       }
-
        /**
         * Removes all commentd, tabs and new-line characters to compact the content
         *