]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/resolver/command/class_BaseCommandResolver.php
Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / resolver / command / class_BaseCommandResolver.php
index 7493507a5fef56fefb931faa127a86f40b75bba3..465ee5c9d210d330de7c7d927f1d588853af1cc6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -101,7 +101,7 @@ class BaseCommandResolver extends BaseResolver {
         *
         * @param       $commandName    The default command we shall execute
         * @return      $isValid                Wether the given command is valid
-        * @throws      EmptyVariableException  Thrown if the given command is not set
+        * @throws      EmptyVariableException  Thrown if given command is not set
         */
        public function isCommandValid ($commandName) {
                // By default nothing shall be valid
@@ -125,9 +125,6 @@ class BaseCommandResolver extends BaseResolver {
                        $isValid = true;
                } // END - if
 
-               // Debug output
-               //* DEBUG: */ $this->debugBacktrace();
-
                // Set command name
                $this->setCommandName($commandName);