Updated core as $stateInstance is now in BaseFrameworkSystem
authorRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 02:22:28 +0000 (04:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 02:22:28 +0000 (04:22 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/main/class_BaseCitySystem.php
core

index de810bf4beecc1418a93ef9677e71fdd6f10ab77..f52a55a892a253ea44d8995a2ac89788282efe15 100644 (file)
@@ -34,16 +34,6 @@ class BaseCitySystem extends BaseFrameworkSystem {
         */
        private $cityInstance = NULL;
 
-       /**
-        * An instance of a communicator
-        */
-       private $stateInstance = NULL;
-
-       /**
-        * An instance of a communicator
-        */
-       private $communicatorInstance = NULL;
-
        /**
         * Protected constructor
         *
@@ -74,44 +64,6 @@ class BaseCitySystem extends BaseFrameworkSystem {
                $this->cityInstance = $cityInstance;
        }
 
-       /**
-        * Getter for communicator instance
-        *
-        * @return      $communicatorInstance   An instance of a Communicator class
-        */
-       public final function getCommunicatorInstance () {
-               return $this->communicatorInstance;
-       }
-
-       /**
-        * Setter for communicator instance
-        *
-        * @param       $communicatorInstance   An instance of a Communicator class
-        * @return      void
-        */
-       protected final function setCommunicatorInstance (Communicator $communicatorInstance) {
-               $this->communicatorInstance = $communicatorInstance;
-       }
-
-       /**
-        * 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;
-       }
-
        /**
         * "Getter" for a printable state name
         *
diff --git a/core b/core
index a0551c30b2e11aadba3f0513ef67c36ca7e60552..b2caf380b85fbe804d7464ecc1bfe60aafcbc7d9 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit a0551c30b2e11aadba3f0513ef67c36ca7e60552
+Subproject commit b2caf380b85fbe804d7464ecc1bfe60aafcbc7d9