]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/actions/commands/class_Commandable.php
Continued:
[core.git] / inc / main / interfaces / actions / commands / class_Commandable.php
index 11f40bbd352d3b7c86b6c5148d4cd5194c4f2b14..ea636ff6530f85df3efd61ad647bf2ea73c4a923 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Command;
+
 /**
  * An interface for commands for the front controller
  *
@@ -30,7 +33,5 @@ interface Commandable extends PerformableAction {
         * @return      void
         */
        function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance);
-}
 
-// [EOF]
-?>
+}