]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
Updated core as $stateInstance is now in BaseFrameworkSystem
[hub.git] / application / hub / main / class_BaseHubSystem.php
index 3d1bb1cea423200546a35ed85df13fa7970f4726..c8e141df12a15628d38714eab2a97e364b721ec9 100644 (file)
@@ -59,11 +59,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
         */
        private $receiverInstance = NULL;
 
-       /**
-        * State instance
-        */
-       private $stateInstance = NULL;
-
        /**
         * Listener pool instance
         */
@@ -157,25 +152,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
                return $this->receiverInstance;
        }
 
-       /**
-        * Setter for state instance
-        *
-        * @param       $stateInstance  A Stateable instance
-        * @return      void
-        */
-       public final function setStateInstance (Stateable $stateInstance) {
-               $this->stateInstance = $stateInstance;
-       }
-
-       /**
-        * Getter for state instance
-        *
-        * @return      $stateInstance  A Stateable instance
-        */
-       public final function getStateInstance () {
-               return $this->stateInstance;
-       }
-
        /**
         * Setter for listener pool instance
         *