]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/actions/class_
Renamed Registry -> GenericRegistry to make it clear that this registry does
[core.git] / framework / main / classes / actions / class_
index 6cc3c9c67a5e941d45fd3bf84eac24d891681754..786e8349293f85184e34b6c56e1ba066dd393640 100644 (file)
@@ -1,6 +1,12 @@
 <?php
+// Own namespace
+namespace CoreFramework\Action\!!!;
+
+// Import framework stuff
+use Org\Mxchange\CoreFramework\Action\BaseAction;
+
 /**
- * 
+ * An action for ???
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
@@ -56,7 +62,5 @@ class ???Action extends BaseAction implements Commandable {
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                $this->partialStub("You have to implement me.");
        }
-}
 
-// [EOF]
-?>
+}