]> git.mxchange.org Git - hub.git/commitdiff
Next wave:
authorRoland Häder <roland@mxchange.org>
Thu, 18 May 2017 23:30:19 +0000 (01:30 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:49:58 +0000 (18:49 +0200)
- imported BaseCommand + Commandable
- imported Controller
- imported CommandResolver
- missing namespace added

Signed-off-by: Roland Häder <roland@mxchange.org>
15 files changed:
application/hub/classes/commands/console/class_HubConsoleAptProxyCommand.php
application/hub/classes/commands/console/class_HubConsoleChatCommand.php
application/hub/classes/commands/console/class_HubConsoleCrawlerCommand.php
application/hub/classes/commands/console/class_HubConsoleCruncherCommand.php
application/hub/classes/commands/console/class_HubConsoleMainCommand.php
application/hub/classes/commands/console/class_HubConsoleMinerCommand.php
application/hub/classes/commands/html/class_HubHtmlIndexCommand.php
application/hub/classes/controller/console/class_HubConsoleAptProxyController.php
application/hub/classes/controller/console/class_HubConsoleChatController.php
application/hub/classes/controller/console/class_HubConsoleCrawlerController.php
application/hub/classes/controller/console/class_HubConsoleCruncherController.php
application/hub/classes/controller/console/class_HubConsoleDefaultNewsController.php
application/hub/classes/controller/console/class_HubConsoleFuseController.php
application/hub/classes/controller/console/class_HubConsoleMinerController.php
application/hub/config.php

index a63caf6a6b34a46a662104e898e78ce2154b49ac..839a82b66c8804d491e97d22c5cbfc959e312fe0 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 844e36f82eee8c45cde77347cbe7a3e386f8fa79..43e94f0987f27989ffe8f0b4526a660f6c4defd6 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 9b22759dd7be7fde2b66b49167ff527065c1164d..4bafac6d0deedd9692f5cf4d23a9d4033f2aab69 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 94db0cac411cbbb0632beb89506e60f65277985c..b8da2bc15acd9f7e5a8a2929eacfebb7be716722 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 3c20b5fd9e19374b7a098065d89bebc1be6cb25e..ccebfc281386af2fe62224025991df018ac46319 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index e02fd9947e6faa4f03871a82f88d40cdff7d4891..9e0d72f4ae909d2841f4ed46c132dcc8468a5211 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index c58fe04d58bae7c1535df42bba9e2c1547579d4e..82efd47fb8c1d115820b1af9f01f0b5f0f1418ac 100644 (file)
@@ -3,7 +3,11 @@
 namespace Hub\Command;
 
 // Import framework stuff
+use CoreFramework\Command\BaseCommand;
+use CoreFramework\Command\Commandable;
+use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 00a0496e68f58bfadf8ce60a8fe49624ac7b52d9..a25ec79e177faf4e64b19a3637c84c1a016c1ca0 100644 (file)
@@ -6,6 +6,7 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 54e012b6f02b3eb8126534fb7aadf8f420f574b3..dca540602280401f3f347ddd92b272fbd6ea3a1c 100644 (file)
@@ -6,6 +6,7 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index f62ab9fd65dac8e1e4bd9142e7d6786b1fd9747e..a70cd9e9985a59cefffa39f1a15748d431b4d4f0 100644 (file)
@@ -6,6 +6,7 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 389f313546b4dd0ac31719bebb368155d0dd4d2d..77f423500d5663d4c6f2dd0f83e6befd47be40f5 100644 (file)
@@ -6,6 +6,8 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
+use CoreFramework\Response\Responseable;
 
 /**
  * A console controller for the cruncher, which is our very first hub
index 2bf95e1ebf73e8b05bee126aeac1ef8f2d542b29..32c98b6c86aac32e8aab73db7ce0ef0b1e54e91c 100644 (file)
@@ -6,6 +6,7 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index b2c2ec5c219c7b4f240a2c604288c8a1429ce873..f7051142da37be36db35a0b04419d554f205c467 100644 (file)
@@ -6,6 +6,7 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index a16c3da8dcdb28b1652c92c0da101fa0ad07d743..c28252466c89d8191ea3d8f629ad30ced6f38420 100644 (file)
@@ -6,6 +6,7 @@ namespace Hub\Controller;
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
 use CoreFramework\Request\Requestable;
+use CoreFramework\Resolver\Command\CommandResolver;
 use CoreFramework\Response\Responseable;
 
 /**
index 6e871ab6614882d502e68284748242a865ac1ab8..97caf06a3426d1305e73d2099ebe217e71afed25 100644 (file)
@@ -1556,7 +1556,7 @@ $cfg->setConfigEntry('default_hub_html_command', 'index');
 $cfg->setConfigEntry('default_html_controller', 'index');
 
 // CFG: HTML-CMD-INDEX-RESOLVER-CLASS
-$cfg->setConfigEntry('html_cmd_index_resolver_class', 'HubHtmlCommandResolver');
+$cfg->setConfigEntry('html_cmd_index_resolver_class', 'Hub\Resolver\Command\HubHtmlCommandResolver');
 
 // CFG: NEWS-READER-INDEX-CLASS
 $cfg->setConfigEntry('news_reader_index_class', 'DefaultNewsReader');
@@ -1584,7 +1584,7 @@ $cfg->setConfigEntry('form_target', '_self');
 ///////////////////////////////////////////////////////////////////////////////
 
 // CFG: HUB-CONSOLE-CMD-FUSE-RESOLVER-CLASS
-$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'ConsoleCommandResolver');
+$cfg->setConfigEntry('hub_console_cmd_fuse_resolver_class', 'CoreFramework\Resolver\Command\ConsoleCommandResolver');
 
 // CFG: ENABLE-FEATURE-FUSE
 $cfg->setConfigEntry('enable_feature_fuse', 'N');