]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/resolver/actions/class_ActionResolver.php
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / interfaces / resolver / actions / class_ActionResolver.php
index a3f468b9dd1cd796a21393c0b5b2832fcf1c159b..80f06b9cdfbd9802369de90c6986027f3acc87c3 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 // Own namespace
 <?php
 // Own namespace
-namespace CoreFramework\Resolver\Action;
+namespace Org\Mxchange\CoreFramework\Resolver\Action;
 
 // Import framework stuff
 
 // Import framework stuff
-use CoreFramework\Request\Requestable;
-use CoreFramework\Resolver\Resolver;
+use Org\Mxchange\CoreFramework\Request\Requestable;
+use Org\Mxchange\CoreFramework\Resolver\Resolver;
 
 /**
  * An instance for action resolver classes
 
 /**
  * An instance for action resolver classes
@@ -50,7 +50,7 @@ interface ActionResolver extends Resolver {
         * @param       $namespace              Namespace to check
         * @param       $actionName             The default action we shall execute
         * @return      $isValid                Whether the given action is valid
         * @param       $namespace              Namespace to check
         * @param       $actionName             The default action we shall execute
         * @return      $isValid                Whether the given action is valid
-        * @throws      EmptyVariableException  Thrown if given action is not set
+        * @throws      InvalidArgumentException        Thrown if namespace or action is not set
         */
        function isActionValid ($namespace, $actionName);
 
         */
        function isActionValid ($namespace, $actionName);