]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubConnector.php
Code syncronized with shipsimu code base
[hub.git] / application / hub / main / class_HubConnector.php
index de87246bc15903f577c7d8506653eadab0f96810..d97759daeefb4adbe9380ad93747ac829a00d57e 100644 (file)
@@ -36,15 +36,9 @@ class HubConnector extends BaseFrameworkSystem {
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
-
-               // Set description
-               $this->setObjectDescription("Hub-Connector");
-
-               // Set unique ID
-               $this->createUniqueID();
+               parent::__construct(__CLASS__);
 
                // Tidy up a little
                $this->removeSystemArray();