]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/controller/html/class_HtmlDefaultController.php
Continued:
[core.git] / inc / main / classes / controller / html / class_HtmlDefaultController.php
index 29078e48771ef47e5f507b7513db110e40243e95..6e72f3622a7d0226567cc692405d6502493c5a30 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Controller\Default;
 
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * The default controller for all other web requests
  *
@@ -56,8 +59,8 @@ class HtmlDefaultController extends BaseController implements Controller {
        /**
         * Handles the given request and response
         *
-        * @param       $requestInstance        An instance of a request class
-        * @param       $responseInstance       An instance of a response class
+        * @param       $requestInstance        An instance of a Requestable class
+        * @param       $responseInstance       An instance of a Responsable class
         * @return      void
         */
        public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {