From: Roland Haeder Date: Fri, 29 May 2015 02:22:28 +0000 (+0200) Subject: Updated core as $stateInstance is now in BaseFrameworkSystem X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2aade6bc6224d74a0e2d4d967e3f612e858fd651;p=city.git Updated core as $stateInstance is now in BaseFrameworkSystem Signed-off-by: Roland Haeder --- diff --git a/application/city/main/class_BaseCitySystem.php b/application/city/main/class_BaseCitySystem.php index de810bf..f52a55a 100644 --- a/application/city/main/class_BaseCitySystem.php +++ b/application/city/main/class_BaseCitySystem.php @@ -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 a0551c3..b2caf38 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit a0551c30b2e11aadba3f0513ef67c36ca7e60552 +Subproject commit b2caf380b85fbe804d7464ecc1bfe60aafcbc7d9