Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 22:27:43 +0000 (23:27 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 22:27:43 +0000 (23:27 +0100)
- removed Communicator instance, was maybe only for 'hub'? Maybe one day it will
  come back together with the interface ...

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php

index 3db84d3f9e765ff6537efe89988b9fe8c323abba..041072449898fd995346ef95dd080cdcd7aae7e6 100644 (file)
@@ -244,11 +244,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
         */
        private $directoryInstance = NULL;
 
         */
        private $directoryInstance = NULL;
 
-       /**
-        * An instance of a communicator
-        */
-       private $communicatorInstance = NULL;
-
        /**
         * The concrete output instance
         */
        /**
         * The concrete output instance
         */
@@ -1482,25 +1477,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
                return $this->directoryInstance;
        }
 
                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
         *
        /**
         * Setter for state instance
         *