]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/response/class_ImageResponse.php
Block helper added, login area with stubs
[shipsimu.git] / inc / classes / main / response / class_ImageResponse.php
index 3d16954207dde2a8425aedb034bc3570df9b8f27..065cabaf480dafcdf8e189c4cc40f6898c748199 100644 (file)
@@ -384,6 +384,16 @@ class ImageResponse extends BaseFrameworkSystem implements Responseable {
        public final function setImageInstance (BaseImage $imageInstance) {
                $this->imageInstance = $imageInstance;
        }
+
+       /**
+        * Getter for default command
+        *
+        * @return      $defaultCommand         Default command for this response
+        */
+       public function getDefaultCommand () {
+               $defaultCommand = $this->getConfigInstance()->readConfig('default_image_command');
+               return $defaultCommand;
+       }
 }
 
 // [EOF]