]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php
More renamed
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuRefillCommand.php
index d296235ea868d5a58b5a1178038abb4c20fcc422..1c9bd8ecad2e8f18c8c9691b0c9805ba18d63214 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the money refill page
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,10 +30,6 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
        protected function __construct () {
                // Call parent constructor
                parent::__construct(__CLASS__);
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
        }
 
        /**
@@ -42,7 +38,7 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
-       public final static function createWebShipsimuRefillCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuRefillCommand (CommandResolver $resolverInstance) {
                // Get a new instance
                $commandInstance = new WebShipsimuRefillCommand();
 
@@ -68,7 +64,7 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
                $templateInstance->assignVariable('refill_done', $requestInstance->getRequestElement('type'));
                $templateInstance->assignVariable('amount'     , $requestInstance->getRequestElement('amount'));
 
-               // This method does currently redirect if all goes right
+               // This method does currently redirect if all goes right. Booking is done in filters
                $responseInstance->redirectToConfiguredUrl('refill_page_done');
        }
 
@@ -104,7 +100,7 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
                // Prepare a filter based on the requested type we shall refill
                $filterName = sprintf("refill_request_%s_%s_book_filter",
                        $requestInstance->getRequestElement('type'),
-                       $this->getConfigInstance()->readConfig($paymentTypeConfig)
+                       $this->getConfigInstance()->getConfigEntry($paymentTypeConfig)
                );
 
                // Now, try to load that filter