]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/resolver/commands/class_CommandResolver.php
Continued:
[core.git] / inc / main / interfaces / resolver / commands / class_CommandResolver.php
index 26750caffa799c2944b5d2ac4b14c5cf71f0678d..149fa8f20c7d3d13087e5c18df063a7a1ead5baf 100644 (file)
@@ -2,6 +2,9 @@
 // Own namespace
 namespace CoreFramework\Resolver\Command;
 
+// Import framework stuff
+use CoreFramework\Request\Requestable;
+
 /**
  * An instance for command resolver classes
  *
@@ -28,7 +31,7 @@ interface CommandResolver extends Resolver {
        /**
         * Returns an command instance for a given request class
         *
-        * @param       $requestInstance        An instance of a request class
+        * @param       $requestInstance        An instance of a Requestable class
         * @return      $commandInstance        An instance of the resolved command
         */
        function resolveCommandByRequest (Requestable $requestInstance);