]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubPeer.php
Code syncronized with shipsimu code base
[hub.git] / application / hub / main / class_HubPeer.php
index 4772a956a28cf817c9eecdbd04ce445300cc18e1..c257bf2f7c2144660c51c39f44317064fbc5d8e6 100644 (file)
@@ -132,15 +132,9 @@ class HubPeer extends BaseFrameworkSystem {
        /**
         * The private constructor
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
-
-               // Set description
-               $this->setPartDescr("Hub-Peer");
-
-               // Set unique ID
-               $this->createUniqueID();
+               parent::__construct(__CLASS__);
 
                // Tidy up a little
                $this->removeSystemArray();