Continued:
[core.git] / inc / main / interfaces / resolver / commands / class_CommandResolver.php
index 71203a1f473c615aa1e99fb06c1e9eb12c1f51f2..5d5ca170befe761749b5f348896e3028072bfae9 100644 (file)
@@ -37,13 +37,4 @@ interface CommandResolver extends Resolver {
         */
        function resolveCommandByRequest (Requestable $requestInstance);
 
-       /**
-        * Checks whether the given command is valid
-        *
-        * @param       $commandName    The default command we shall execute
-        * @return      $isValid                Whether the given command is valid
-        * @throws      EmptyVariableException  Thrown if given command is not set
-        */
-       function isCommandValid ($commandName);
-
 }