]> git.mxchange.org Git - hub.git/commitdiff
Next wave:
authorRoland Häder <roland@mxchange.org>
Thu, 18 May 2017 23:09:57 +0000 (01:09 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2020 16:49:57 +0000 (18:49 +0200)
- imported Requestable where needed
- created a lot more namespaces

Signed-off-by: Roland Häder <roland@mxchange.org>
97 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/classes/cruncher/class_
application/hub/classes/database/frontend/node/class_NodeInformationDatabaseWrapper.php
application/hub/classes/database/frontend/states/class_PeerStateLookupDatabaseWrapper.php
application/hub/classes/factories/node/class_NodeObjectFactory.php
application/hub/classes/filter/activation/node/class_NodeActivation
application/hub/classes/filter/activation/node/class_NodeActivationAnnouncementFilter.php
application/hub/classes/filter/apt-proxy/class_AptProxyInitializationFilter.php
application/hub/classes/filter/apt-proxy/class_AptProxyPhpRequirementsFilter.php
application/hub/classes/filter/apt-proxy/class_AptProxyWelcomeTeaserFilter.php
application/hub/classes/filter/bootstrap/apt-proxy/class_AptProxyBootstrap
application/hub/classes/filter/bootstrap/apt-proxy/class_AptProxyBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/apt-proxy/class_AptProxyBootstrapGenericActivationFilter.php
application/hub/classes/filter/bootstrap/chat/class_ChatBootstrap
application/hub/classes/filter/bootstrap/chat/class_ChatBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/chat/class_ChatBootstrapGenericActivationFilter.php
application/hub/classes/filter/bootstrap/crawler/class_CrawlerBootstrap
application/hub/classes/filter/bootstrap/crawler/class_CrawlerBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/crawler/class_CrawlerBootstrapGenericActivationFilter.php
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrap
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrapBufferQueueInitializerFilter.php
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/cruncher/class_CruncherBootstrapGenericActivationFilter.php
application/hub/classes/filter/bootstrap/miner/class_MinerBootstrap
application/hub/classes/filter/bootstrap/miner/class_MinerBootstrapBufferQueueInitializerFilter.php
application/hub/classes/filter/bootstrap/miner/class_MinerBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/miner/class_MinerBootstrapGenericActivationFilter.php
application/hub/classes/filter/bootstrap/node/class_NodeBootstrap
application/hub/classes/filter/bootstrap/node/class_NodeBootstrapExtraBootstrappingFilter.php
application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGenerateNodeIdFilter.php
application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGeneratePrivateKeyFilter.php
application/hub/classes/filter/bootstrap/node/class_NodeBootstrapGenerateSessionIdFilter.php
application/hub/classes/filter/bootstrap/node/class_NodeBootstrapListenerPoolFilter.php
application/hub/classes/filter/chat/class_Chat [new file with mode: 0644]
application/hub/classes/filter/chat/class_ChatInitializationFilter.php
application/hub/classes/filter/chat/class_ChatPhpRequirementsFilter.php
application/hub/classes/filter/chat/class_ChatWelcomeTeaserFilter.php
application/hub/classes/filter/class_
application/hub/classes/filter/crawler/class_CrawlerInitializationFilter.php
application/hub/classes/filter/crawler/class_CrawlerPhpRequirementsFilter.php
application/hub/classes/filter/crawler/class_CrawlerWelcomeTeaserFilter.php
application/hub/classes/filter/cruncher/class_Cruncher
application/hub/classes/filter/cruncher/class_CruncherInitializationFilter.php
application/hub/classes/filter/cruncher/class_CruncherPhpRequirementsFilter.php
application/hub/classes/filter/cruncher/class_CruncherWelcomeTeaserFilter.php
application/hub/classes/filter/miner/class_Miner
application/hub/classes/filter/miner/class_MinerInitializationFilter.php
application/hub/classes/filter/miner/class_MinerPhpRequirementsFilter.php
application/hub/classes/filter/miner/class_MinerWelcomeTeaserFilter.php
application/hub/classes/filter/node/class_Node
application/hub/classes/filter/node/class_NodeInitializationFilter.php
application/hub/classes/filter/node/class_NodePhpRequirementsFilter.php
application/hub/classes/filter/node/class_NodeWelcomeTeaserFilter.php
application/hub/classes/filter/shutdown/apt-proxy/class_AptProxyShutdownFilter.php
application/hub/classes/filter/shutdown/chat/class_ChatShutdownFilter.php
application/hub/classes/filter/shutdown/crawler/class_CrawlerShutdownFilter.php
application/hub/classes/filter/shutdown/cruncher/class_CruncherShutdownFilter.php
application/hub/classes/filter/shutdown/miner/class_MinerShutdownFilter.php
application/hub/classes/filter/shutdown/node/class_NodeShutdown
application/hub/classes/filter/shutdown/node/class_NodeShutdownFlushNodeListFilter.php
application/hub/classes/filter/shutdown/node/class_NodeShutdownNodeFilter.php
application/hub/classes/filter/shutdown/node/class_NodeShutdownTaskHandlerFilter.php
application/hub/classes/filter/tags/answer/class_PackageAnnouncementAnswerTagFilter.php
application/hub/classes/filter/tags/answer/class_PackageDhtBootstrapAnswerTagFilter.php
application/hub/classes/filter/tags/answer/class_PackageRequestNodeListAnswerTagFilter.php
application/hub/classes/filter/tags/class_PackageAnnouncementTagFilter.php
application/hub/classes/filter/tags/class_PackageDhtBootstrapTagFilter.php
application/hub/classes/filter/tags/class_PackageRequestNodeListTagFilter.php
application/hub/classes/filter/tags/class_PackageSelfConnectTagFilter.php
application/hub/classes/filter/task/apt-proxy/class_AptProxyTaskHandlerInitializerFilter.php
application/hub/classes/filter/task/chat/class_ChatTaskHandlerInitializerFilter.php
application/hub/classes/filter/task/crawler/class_CrawlerTaskHandlerInitializerFilter.php
application/hub/classes/filter/task/cruncher/class_CruncherTaskHandlerInitializerFilter.php
application/hub/classes/filter/task/miner/class_MinerTaskHandlerInitializerFilter.php
application/hub/classes/filter/task/node/class_NodeTaskHandlerInitializerFilter.php
application/hub/classes/miner/class_
application/hub/classes/nodes/boot/class_HubBootNode.php
application/hub/classes/nodes/class_
application/hub/classes/nodes/class_BaseHubNode.php
application/hub/classes/nodes/list/class_HubListNode.php
application/hub/classes/nodes/master/class_HubMasterNode.php
application/hub/classes/nodes/regular/class_HubRegularNode.php
application/hub/interfaces/database/frontend/class_NodeInformationWrapper.php
application/hub/interfaces/helper/nodes/class_NodeHelper.php

index 69d47c487fd9c5e6349f7399c051e41ce8d9f587..d1dab89e94b9934963460d502e3a3dcaec0ca370 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\AptProxy;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'apt-proxy client' routine
  *
index 51a864853ff9bc9dcf8d130849ced60c25bfad29..6614ec7ead6d1584c2dcd5e0a0a9b509a021c6f3 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\Chat;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'chat client' routine
  *
index 18056b528e3cc12733f342513a7fc9371c40d544..a759972a39a6562319e36483114d76f86391ab91 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\Crawler;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'crawler client' routine
  *
index 81caf05dad012249395be3f38862e41d46e11832..45e0e8149226c68debe60e8b9f5906be8fdcac85 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\Cruncher;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'cruncher client' routine
  *
index 5542de8a7dedde5d417e8ae463b5ed980a2efb96..a4c03059a3de7796e2d8ccac2a203c89bddb6c94 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\Node;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'main' routine
  *
index e7c28d474585f16d18673e004d94bc43a3558c59..2e40c1d8e24f8ac6491c1432d20d3f8540304971 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\Miner;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'miner client' routine
  *
index e56eeb89069c271180adca73bfacc1384526e382..5dcb96767728dc3b369d6466f29670bc7661000e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Command\Index;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A command for the 'main' routine
  *
index 4d3742ce2f941e7b3f24caa243633360a2fb31b8..8aa9e75c8145944745d63f79dc9224a5e77f2895 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\AptProxy;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * A console controller for the apt-proxy program.
index ca869ffb21666e67383f6c914d00bb5199a80b95..e2393dfd03a1bc32e7208a8e242f8e07465c2b94 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\Chat;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * A console controller for the chat program.
index 32398119189704731b41fafff9f518a3657e0b96..458b924cd70ec00a3a5647784236f05d2f0d0909 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\Crawler;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * A console controller for the crawler program.
index e5790ad40623e9c5f7e28ce994ac3bb3838d590e..4ae1e9d13c913a54264335cc54d7092650b2e69f 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\Cruncher;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * A console controller for the cruncher, which is our very first hub
index 63a5030d9ea925d9d917c5aa39ef19dc53423d01..bcae4f3201dcea107283febd5feaf6a35073e2d8 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\News;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * The default controller with news for e.g. home or news page
index 3d41d7775c919c71a50fd31a711ff422e2e486c2..d2adc5bec51a98e00ab90a4a6212c211bf97f985 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\Fuse;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * A console controller for the crawler program.
index 4890de60a113dcc2e8e267df8922a75f266687e1..ebc4ae814f138babbad1884a985bdc4d6954e454 100644 (file)
@@ -5,6 +5,7 @@ namespace Hub\Controller\Miner;
 // Import framework stuff
 use CoreFramework\Controller\BaseController;
 use CoreFramework\Controller\Controller;
+use CoreFramework\Request\Requestable;
 
 /**
  * A console controller for the "continued hashing miner".
index d4b0fb2c4d7c18ec2d60a82aaaf555fa76a055b5..2ba92d4b9afd216cc086681bd215d8222c7521fa 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Cruncher;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-cruncher class for the '???' mode
  *
index 105c9d6fb7032e0f9cfcf2e6dca5ded38c02cff4..4aa5d467d7157d3df4d7c0def18438f6e9baed98 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Database\Frontend\Node\Information;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A database wrapper for node informations
  *
index 0915e128bd6c48cc161fe01ad0a7d51a7f276964..2b26a84b3987af4bc24092a83869d00fd565423a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Own namespace
-namespace Hub\Database\Frontend\PeerState;
+namespace Hub\Database\Frontend\Node\PeerState;
 
 // Import hub-specific sutff
 use Hub\Tools\HubTools;
index 39baf65e9d12a3501531a7f0face72f990fa913d..926c701cf0e9009a07e54bc0da29665b61c7f245 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Factory\Node;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A factory class for nodes
  *
index 69824758840292e9519c0f313e24402ca386c1d9..9a315d810bcf015351658b133b601dbb6bd78c75 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Activation\Node\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for hub activation
  *
index 60b90d1a8f02ba8e71bf3213e64924a604794d03..517452b7095e27db0737515d43bfcdf7f3d1366e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Activation\Node\Announcement;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * An Announcement filter for hub activation
  *
index 4337e190d79351149555e61e8e55f5128bceb694..46ed85ae762108f36d175f98c00a52fe76e73b8a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\AptProxy\Filter\Initialization;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A Initialization filter for apt-proxy
  *
index 816a31a01129117dc0b47dbd690f30ee2144fdf4..e36eef1d068fb871ad2e119c676cfa442881d0f2 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\AptProxy\Filter\Requirements;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A PhpRequirements filter for apt-proxy
  *
index 2e9d815ff4165597ccd8a8ba4222d73f6f36bd78..69823959ef22ecfbdb517dfe74995fe1af54c245 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\AptProxy\Filter\WelcomeTeaser;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A welcome-teaser filter for the apt-proxy
  *
index 008987a8ff259ef07580adf865f06e42361fb491..6c0d81fab06d0e565b003f65d8a658dfaa423306 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\AptProxy\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for bootstrapping apt-proxy
  *
index 9fa0b9a802cbbbd184a24f3386e5a028ec56dfe1..13fe57dd8c557dd465fea52bf9b5b9f3e42bb1b1 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\AptProxy\Extra;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ExtraBootstrapping filter for bootstrapping apt-proxy
  *
index ca66f3a7862ecd8d295abcc658ed10c762f6e65e..8f145e738cfd77b8321774eadd417c9c64ec39a7 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\AptProxy\Activation;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenericActivation filter for bootstrapping proxy
  *
index 9047bdcbb9f7af4a9fd8fd3c3d1e943f5687b3f0..01b2648cc001f1b110e88f876c6e91b46f99a57c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Chat\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for bootstrapping chats
  *
index cc7865c572e6f5a3cd9e0c2bd740a84aeb73eb45..13c0f739647abeeb84401fc0d4251f151cb25b9a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Chat\Extra;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ExtraBootstrapping filter for bootstrapping chat
  *
index 63b12afe58650042ce80612b93f72f2ee2c537f3..0c9fd4a10213a8e9e47dc81f2a8c14dc3cd4580e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Chat\Activation;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenericActivation filter for bootstrapping chat
  *
index f0c3fcf4c914bf59eb0bdf8c97fe75de1a6c14b7..27359c84bb22fbd512c2b3aa05a8ab6e1acb380d 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Crawler\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for bootstrapping crawlers
  *
index b4c6d8cac97da08cfcc8188d08fc0a59fd0af547..e98b51fbb8d5204f1f2c173d1a5d3ba2553aa1d0 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Crawler\Extra;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ExtraBootstrapping filter for bootstrapping crawler
  *
index 99d0d9223f22a3b75caf75fc9cea2311cd647a2f..7b38e5a7312cf83124663ff23ddf2063da86e5b7 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Crawler\Activation;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenericActivation filter for bootstrapping crawler
  *
index 312c649406bcfec08159876758555f296531e608..19d4d5536268380e98e1b9ab68f3c7d6856a5128 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Cruncher\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for bootstrapping crunchers
  *
index 2f7286d87ff510a2cb3919adc2b29629820077bf..b82b6ae4232d0608cf284abca6a81ab8449c052e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Cruncher\Queue;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A BufferQueue filter for bootstrapping crunchers
  *
index 1d35f5c2c10826ba08745b7eddf61a92c0918dea..978fdd2381c057a9186d0d7d1f9dd740cc58c6d9 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Cruncher\Extra;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ExtraBootstrapping filter for bootstrapping crunchers
  *
index 3463891868118f9f5f47c5e43278e6f1a7602f29..97db0305769656a60c3b547e1794c5dd4ecae7ac 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Cruncher\Activation;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenericActivation filter for bootstrapping crunchers
  *
index b80cc4de202a525302852a89f022654318bf775b..3030d03617dbed5ecbddabfc3b9624085ecf6aab 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Miner\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for bootstrapping miners
  *
index 3998123b8c41cfc0c38450ded4d8a69c21a59fc1..34865a1a625a017118b56845e29caa65cf628954 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Miner\Queue;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A BufferQueue filter for bootstrapping miners
  *
index 7919af35b39394af7dcd6cfe4555c600abd92021..6d376b2efd2bdaa892c209dd0340a32b7c338e20 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Miner\Extra;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ExtraBootstrapping filter for bootstrapping miners
  *
index 5d5952a25d00067c0e0f115f415aa5d51af1a48e..0aec6ec2167bd110a4b92f10e34747d710f016fd 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Miner\Activation;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenericActivation filter for bootstrapping miners
  *
index d0963daf04102ecd454e552ebb611c7b75b9b7c1..5dccaeaeafdf68e5cf2c685ab0950c163b8c1254 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Node\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for bootstrapping
  *
index 5ddc68ca655bbc6eae557cb58030bab5877321a0..183f1b0fc4a1a22783c08d3ddda3d57c4cc77bae 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Node\Extra;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ExtraBootstrapping filter for bootstrapping
  *
index 5c31c17ba35ad9ebcf4588dfaf556e50c8bffe9c..72ec194fb696b43aee4c760ca2f71b4a03d0876e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Node\NodeId;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenerateNodeId filter for bootstrapping
  *
index f7f3c392d45cdfc4130bbc64eb26fee46f3c2d1a..be3dcca1ce2879c1023cef0862ff226521d2c259 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Node\PrivateKey;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GeneratePrivateKey filter for bootstrapping
  *
index 63a4ed98de041614325889cbc0798383706a3d37..8e730b9da7fedac7ea06b78478a3d991dcbfcf69 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Node;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A GenerateSessionId filter for bootstrapping
  *
index a6a81669f55809ba451d3f8a0f2eb8daf6f9ced3..6d4649d3ddb8196ff367de0e7f1ac39cb557ec8e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Bootstrap\Node\Pool;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ListenerPool filter for bootstrapping
  *
diff --git a/application/hub/classes/filter/chat/class_Chat b/application/hub/classes/filter/chat/class_Chat
new file mode 100644 (file)
index 0000000..75b5d25
--- /dev/null
@@ -0,0 +1,69 @@
+<?php
+// Own namespace
+namespace Hub\Filter\Chat\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
+/**
+ * A ??? filter for crunchers
+ *
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @version            0.0.0
+ * @copyright  Copyright (c) 2011 - 2014 Cruncher Developer Team
+ * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.ship-simu.org
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+class Cruncher???Filter extends BaseCruncherFilter implements Filterable {
+       /**
+        * Protected constructor
+        *
+        * @return      void
+        */
+       protected function __construct () {
+               // Call parent constructor
+               parent::__construct(__CLASS__);
+       }
+
+       /**
+        * Creates an instance of this filter class
+        *
+        * @return      $filterInstance         An instance of this filter class
+        */
+       public final static function createCruncher???Filter () {
+               // Get a new instance
+               $filterInstance = new Cruncher???Filter();
+
+               // Return the instance
+               return $filterInstance;
+       }
+
+       /**
+        * Executes the filter with given request and response objects
+        *
+        * @param       $requestInstance        An instance of a class with an Requestable interface
+        * @param       $responseInstance       An instance of a class with an Responseable interface
+        * @return      void
+        * @todo        0% done
+        */
+       public function execute (Requestable $requestInstance, Responseable $responseInstance) {
+               // Implement this!
+               $this->partialStub('Please implement this method.');
+       }
+}
+
+// [EOF]
+?>
index e47efbbc88c427ad4d0fc5de66c5bdc72bf405a4..b09c272dc862805ceeda4c2111242920f2c5bad6 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Chat\Filter\Initialization;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A Initialization filter for chat
  *
index e794a66354dc00685186e9803123036fdc0fa5f9..f1f5c18196b3d11522668de782ef031bbc6adf80 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Chat\Filter\Requirements;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A PhpRequirements filter for chat
  *
index c724ec9d195f128b752e4d8ce8809eacfbd182de..213a183ddee8d3830446ff3b7b354e6560e15c4c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Chat\Filter\WelcomeTeaser;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A welcome-teaser filter for the chat
  *
index a19a0646bd5240c318e3154d5c1238af07f67943..7d57969d6f0ae5fbbd72441b076fe0292f23a24e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for !!!
  *
index 570346eeceb543fb08894afe541d7f0bafdcd905..7027254645c84fe0a35dec4a5dcd7b26e4528f2a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Crawler\Filter\Initialization;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A Initialization filter for crawler
  *
index f144b03e839054a2c0279476c5116ae452080358..5ccbe4a3d2a7586e004895559ae5754e5d54085a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Crawler\Filter\Requirements;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A PhpRequirements filter for crawler
  *
index 51579ddf9047c0c792df73be96ea9529ce850ae2..756439c8c0d737617fa99509ca77fc0afd9c3463 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Crawler\Filter\WelcomeTeaser;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A welcome-teaser filter for the crawler
  *
index 77aca806be0b1d6e565050c3a7f56862f919d3a6..7319610f1938268f2eba3247e836d0e594d9dcf9 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Cruncher\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for crunchers
  *
index 7311542db84abb6f448d055ed48b7231f7964024..0f25ccfcadb8df4ff2c50930be8ee0bd99ba3d8d 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Cruncher\Filter\Initialization;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A Initialization filter for crunchers
  *
index db4103372d61f070db6ac2ce645edb0a47208598..e6823638c3adb61a7f02ef12ca270d685d1cfcf2 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Cruncher\Filter\Requirements;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A PhpRequirements filter for crunchers
  *
index b30d47fb8df8d5da5098ed67b7c0cd88fdf10bab..cc3932a80a71d256655a2eec8bc9057069fde38e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Cruncher\Filter\WelcomeTeaser;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A welcome-teaser filter for the cruncher
  *
index 0cf9ced607ca5b4f5cc476e926276747763c6476..652da290027e807b349e1054db0e9049f6a5fcb8 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Miner\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for miners
  *
index dec2e891dd2057d325cd9d15fc26056a094700b2..d1efe3d7d294a5dd2ca6a46ccfba5d2fb4283975 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Miner\Filter\Initialization;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A Initialization filter for miners
  *
index c8ec3bf795af39573d86fa426ad65659c0aa6c26..bc1fe46e42ff9b36d7fb8db6b23e84b2fcd363bf 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Miner\Filter\Requirements;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A PhpRequirements filter for miners
  *
index e671de20aa5b2010aa489192df87e2ecc7ef27d3..67a9965b227a3e90d1194b0397c9cf3e51bd4720 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Miner\Filter\WelcomeTeaser;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A welcome-teaser filter for the miner
  *
index 149bd27230089ffe518c8d5bd65a7649b98e1167..593c1081e46fd5a61a8cb0f8d391973d381b66e1 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Node\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for nodes
  *
index f8f1ddaa6e06ec38011c7b7f50fce60a983d576d..d8f573b445904914179ea33bb5add755c03cc71a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Filter\Initialization;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A Initialization filter for nodes
  *
index c3e31ca2b41076d67ed355983b047fe47167de83..74c602b5ee6f630d17f48459efa3a543c9d77640 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Filter\Requirements;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A PhpRequirements filter for nodes
  *
index fe3d4551c34a09f44be790abd2b38216e4a9c78d..60c02fcca432a83a53df2ab96a9a7af2619db59c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Filter\WelcomeTeaser;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A welcome-teaser filter for the console
  *
index 2887c191fb657d5073a28b91846750cfcd5e2884..f413c51312e6ef5930e704809a4cc178262e4635 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\AptProxy;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A shutdown filter for shutting down the apt-proxy. This filter should be the
  * last one in 'shutdown' chain so the apt-proxy is shutted down at the very
index 04a397aed9729a3b2cf56ae4a2df30c1b9e100ec..7821c25d9ab2b7446cb455b952936dd3edd0cff3 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Chat;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A shutdown filter for shutting down the chat console. This filter should be
  * the last one in 'shutdown' chain so the chat is shutted down at the very end
index 97f48da7ab69ea06b53204569c8c0c099ea7c9d0..587290078e5f30332e654be62fad0ccd70ca4d60 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Crawler;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A shutdown filter for shutting down the crawler. This filter should be the
  * last one in 'shutdown' chain so the crawler is shutted down at the very end
index e116d09c17ecc946bcb75101f5482d988267fea2..ff8f396871af29733b8f8f4ecb1c11e9a92e9324 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Cruncher;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A shutdown filter for shutting down the cruncher. This filter should be the
  * last one in 'shutdown' chain so the hub is shutted down at the very end of
index 8481f1dd657ad923c5e847b4dfda7f1a5db900ce..413791007c0215fb6ecbfc2c97a8d6a5795624bd 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Miner;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A shutdown filter for shutting down the miner. This filter should be the
  * last one in 'shutdown' chain so the hub is shutted down at the very end of
index 9bf68cae802eee751e780acda3d20f8dae21318b..5194f788867c762b6d9f68262f0d0571599c7d3c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Node\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ??? filter for shutting down the node.
  *
index 9f6f3e6a1047deb320925eddf36104a2d785f2eb..f1e42a84ed2a0b1cb51df94c04234c1c277c64eb 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Node\NodeList;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A FlushNodeList filter for shutting down the node.
  *
index be151db10e311fdb4a4f319a49ddb1355b5a7b48..087472ca28c65149895431f2ad530c5b3f386e72 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Node;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A ShutdownNode filter for shutting down the node. This filter should be the
  * last one in 'shutdown' chain so the hub is shutted down at the very end of
index 48d47edfda0e35c0fb5908c6ae4e0383bc28d6f7..807f06fa5ba466826b65f5242d94b79dc7628ee0 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Shutdown\Node\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandler filter for shutting down the node.
  *
index 3c9129bfb1f43e970ec353825137c56bce507c83..14acd0c1ae6fa29a76f7f5bf941044ebe163397c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\Answer\Announcement;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A AnnouncementAnswerTag filter for Package
  *
index 2b5c4dd759429d69601cfaa7f7df3a8d87eeedb4..d1c7d38f6ba989cd674551fdf875f4eff35d8d8b 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\Answer\Dht\Bootstrap;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A DhtBootstrapAnswerTag filter for Package
  *
index 33d643fac4ec6699c44fd5892d32f32651f94124..38f0258e81851e579789de4ddf301e01533e9b09 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\Answer\Request\NodeList;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A RequestNodeListAnswerTag filter for Package
  *
index 7b992b654a75746835b3619d24c579974c4d9189..a91408b2786bc49597e97153ad73fb135b87143f 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\Announcement;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A AnnouncementTag filter for packages
  *
index c40c2c9e86884a3b8ca861fd4d6e8a784b33e638..17e34d4ea3661bffadc6df5c2744ff5de95b0239 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\Dht\Bootstrap;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A DhtBootstrapTag filter for packages
  *
index 71c45c448d9e18206962a8d217d17e38191c8fdb..d80c94c196b727b8376bcc43d884fdbd02f04297 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\Request\NodeList;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A RequestNodeListTag filter for packages
  *
index 97331fd7b1963467db79417588aa6ff4e809c3cc..31d41473b87ba594e1549f05258ccee70aa5e027 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Tag\Network\SelfConnect;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A SelfConnectTag filter for packages
  *
index 17e808a6276d2c15127747ab0d63ceb08d1684eb..58fc494626d4aaea47961ecb99a7793575b912b3 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Initializer\AptProxy\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandlerInitializer filter for apt-proxy
  *
index 85db533fb2ed28b4a7ab4c07525e048549cdf442..7bdb22bfd101e2bfa03f8b74e5887c32d2f8b18e 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Initializer\Chat\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandlerInitializer filter for chat
  *
index 1a5ee9eb7cc8c25f42c85417088c72779b612915..ecd22480f5596f7f70f786ebf4605e48c53894e5 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Initializer\Crawler\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandlerInitializer filter for crawler
  *
index 2d0095ec2f74d6338a52ad51b396b9d7994a3260..dccaf529ba66e0da8b723af0590879625cc7ecec 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Initializer\Cruncher\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandlerInitializer filter for crunchers
  *
index aaa30dbf1c2332663f1ccb2b9333345461951303..d3702368bcd774250d25f229e181737b47d847f0 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Initializer\Miner\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandlerInitializer filter for miners
  *
index 6b12e416951a2645c522f7fd79efbbd9f1e743a0..8ba9dd605741f2082c84aa89e5f04d71c833df82 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Filter\Initializer\Node\Handler\Task;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A TaskHandlerInitializer filter for hubs
  *
index 090621d915fa9ca18fe5c10d14d38816963df76b..9f0aa43556a73bd8cd7564856090cdacbdc615d4 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Miner;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-miner class for the '???' mode
  *
index 8102f926e3c709f35b2d188c37327f748b4a10af..4912b2e1fc0f6e97be16fa425ad80955560cb081 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Boot;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-node class for the 'Boot' mode
  *
index 9514e1fff7ee359b85c130f2bf9e23efd3fda56b..d27cb4eab80ad61e3f8fcf5c5560da9a90e3707d 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-node class for the '???' mode
  *
index ae2f9a51d8a029a4a89b7cb044bb28b8a617ad02..b5abf004514ab1efab3c272d8111d55c12b7e4d4 100644 (file)
@@ -8,6 +8,8 @@ use Hub\Tools\HubTools;
 
 // Import framework stuff
 use CoreFramework\Object\BaseFrameworkSystem;
+use CoreFramework\Request\Requestable;
+use CoreFramework\Response\Responseable;
 
 /**
  * A general hub node class
index ac7c92fd58b831028ccecf42b299d4c1865990c9..27311aa8742787587d11c5bbd0505a62536e8231 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Backup;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-node class for the 'List' mode
  *
index 2893a05d4ff03ea7421f103b173707ae4d383a20..80c5f718813d24217720acea01baee9d6d8220ee 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Master;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-node class for the 'Master' mode
  *
index 7bfdaf899e6595bfda9ccfb5fd916fa6d0dad1e5..c61741f75ac69e82443da37948169e9e30aa8b7c 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Node\Regular;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * A hub-node class for the 'regular' mode
  *
index 047f678053a074fad7ca6d71cada916cc3c126e4..6d1d545fed44f080290bcbcb14f7bf1614a08772 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Database\Frontend\Node;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * An interface for node-information (database) wrapper
  *
index a589bdb7aa6437183a71f98d6511aa468d3417b1..12c39478f27c9c9bd73938f9ad2b7aa2aa78328a 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace Hub\Helper\Node;
+
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * An interface for "node-helper" classes
  *