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