]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubCommandProcessor.php
Code syncronized with shipsimu code base
[hub.git] / application / hub / main / class_HubCommandProcessor.php
index c325928eb03b60bf7a219c702a1e921ab2d73586..0aba7a4eb2b643607e34174de04a9cce5b5f7f3b 100644 (file)
@@ -44,15 +44,9 @@ class HubCommandProcessor extends BaseFrameworkSystem {
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
-
-               // Set description
-               $this->setPartDescr("Hub-Command-Processor");
-
-               // Set unique ID
-               $this->createUniqueID();
+               parent::__construct(__CLASS__);
 
                // Tidy up a little
                $this->removeSystemArray();