]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/response/class_HttpResponse.php
More bugfixes:
[shipsimu.git] / inc / classes / main / response / class_HttpResponse.php
index 46979c7fa17227f1435ca1314ba3c572214b569f..d3189691d361ca3ef2c12820e95d319fc96cddf6 100644 (file)
@@ -359,6 +359,16 @@ class HttpResponse extends BaseFrameworkSystem implements Responseable {
                        $this->addCookie($cookieName, $_COOKIE[$cookieName], false);
                } // END - if
        }
+
+       /**
+        * Getter for default command
+        *
+        * @return      $defaultCommand         Default command for this response
+        */
+       public function getDefaultCommand () {
+               $defaultCommand = $this->getConfigInstance()->readConfig('default_web_command');
+               return $defaultCommand;
+       }
 }
 
 // [EOF]