X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=application%2Fhub%2Fmain%2Fclass_HubCommandProcessor.php;h=fa05bf5804d2804db1800b2315dd03279014b77b;hb=389f3abad52f9cde3323db5d3d187562fe801a71;hp=c325928eb03b60bf7a219c702a1e921ab2d73586;hpb=b32994822964093e672d92815c13b70418d46cfd;p=hub.git diff --git a/application/hub/main/class_HubCommandProcessor.php b/application/hub/main/class_HubCommandProcessor.php index c325928eb..fa05bf580 100644 --- a/application/hub/main/class_HubCommandProcessor.php +++ b/application/hub/main/class_HubCommandProcessor.php @@ -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();