Shoutbox stub added (will be moved out later on)
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebRefillFormCommand.php
index 9039d56e8718b2f9241d564f62c0ef543c84f8a7..625db1d8772a9a46dbf776858a35edd578641c92 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class WebMoneyRefillFormCommand extends BaseCommand implements Commandable {
+class WebRefillFormCommand extends BaseCommand implements Commandable {
        /**
         * Protected constructor
         *
@@ -42,9 +42,9 @@ class WebMoneyRefillFormCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
-       public final static function createWebMoneyRefillFormCommand (CommandResolver $resolverInstance) {
+       public final static function createWebRefillFormCommand (CommandResolver $resolverInstance) {
                // Get a new instance
-               $commandInstance = new WebMoneyRefillFormCommand();
+               $commandInstance = new WebRefillFormCommand();
 
                // Set the resolver instance
                $commandInstance->setResolverInstance($resolverInstance);