X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fclass_BaseFrameworkSystem.php;fp=framework%2Fmain%2Fclasses%2Fclass_BaseFrameworkSystem.php;h=041072449898fd995346ef95dd080cdcd7aae7e6;hp=3db84d3f9e765ff6537efe89988b9fe8c323abba;hb=7b5cf66190e2ac4d1ac878ef60a8a6fb23e7518b;hpb=ee94e79ac63d2c612ca96ba1928f9400026ce4c0 diff --git a/framework/main/classes/class_BaseFrameworkSystem.php b/framework/main/classes/class_BaseFrameworkSystem.php index 3db84d3f..04107244 100644 --- a/framework/main/classes/class_BaseFrameworkSystem.php +++ b/framework/main/classes/class_BaseFrameworkSystem.php @@ -244,11 +244,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac */ private $directoryInstance = NULL; - /** - * An instance of a communicator - */ - private $communicatorInstance = NULL; - /** * The concrete output instance */ @@ -1482,25 +1477,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac return $this->directoryInstance; } - /** - * 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 *