]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/wrapper/class_UserGovernmentDatabaseWrapper.php
Missing class/config entries added, execeute() implemented, some rewrites:
[shipsimu.git] / application / ship-simu / main / wrapper / class_UserGovernmentDatabaseWrapper.php
index 2bf10350ec2d93c55af073215b66e4a1d36b36ff..428b04e5dd8d2a454ad9d2a094d125b7f83d0e53 100644 (file)
@@ -54,6 +54,16 @@ class UserGovernmentDatabaseWrapper extends BaseDatabaseWrapper {
                // Return the instance
                return $wrapperInstance;
        }
+
+       /**
+        * Registers the given startup help request with the government
+        *
+        * @param       $requestInstance        A Requestable instance
+        * @return      void
+        */
+       public function registerStartupHelpByRequest (Requestable $requestInstance) {
+               $requestInstance->debugInstance();
+       }
 }
 
 // [EOF]