]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/class_BaseFrameworkSystem.php
Refacuring:
[core.git] / framework / main / classes / class_BaseFrameworkSystem.php
index e64f1241f9492d4954a7206cab6610d3e37444a1..67a85fd1a87a15d14cf00cc81017318a76e07bf5 100644 (file)
@@ -65,11 +65,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
         */
        private $realClass = __CLASS__;
 
-       /**
-        * State instance
-        */
-       private $stateInstance = NULL;
-
        /**
         * Call-back instance
         */
@@ -431,16 +426,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
                return $webOutputInstance;
        }
 
-       /**
-        * Setter for state instance
-        *
-        * @param       $stateInstance  A Stateable instance
-        * @return      void
-        */
-       public final function setStateInstance (Stateable $stateInstance) {
-               $this->stateInstance = $stateInstance;
-       }
-
        /**
         * Getter for state instance
         *
@@ -1777,6 +1762,7 @@ Loaded includes:
         * "Getter" for a printable state name
         *
         * @return      $stateName      Name of the node's state in a printable format
+        * @todo        Move this class away from this monolithic place (not whole class is monolithic)
         */
        public final function getPrintableState () {
                // Default is 'null'