]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_BaseHubSystem.php
Removed getNodeInstance() and setNodeInstance(). Please now use the following
[hub.git] / application / hub / main / class_BaseHubSystem.php
index d8b886856bd8957c49a52f2199004d5599022b8c..77bf1c3456bf5096e76cb203d92354e44a250413 100644 (file)
@@ -90,25 +90,6 @@ class BaseHubSystem extends BaseFrameworkSystem {
                parent::__construct($className);
        }
 
-       /**
-        * Getter for node instance
-        *
-        * @return      $nodeInstance   An instance of a node node
-        */
-       public final function getNodeInstance () {
-               return $this->nodeInstance;
-       }
-
-       /**
-        * Setter for node instance
-        *
-        * @param       $nodeInstance   An instance of a node node
-        * @return      void
-        */
-       protected final function setNodeInstance (NodeHelper $nodeInstance) {
-               $this->nodeInstance = $nodeInstance;
-       }
-
        /**
         * Setter for network package handler instance
         *