Fixed with prefix
authorRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 19:48:30 +0000 (19:48 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 19:48:30 +0000 (19:48 +0000)
inc/classes/main/resolver/command/class_BaseCommandResolver.php

index 582c24b492cc0cd5d156499e36a8d2942a15d5ee..fa19bbb5e459c4b16ddea46ac6d4567c7326869d 100644 (file)
@@ -43,6 +43,15 @@ class BaseCommandResolver extends BaseResolver {
                parent::__construct($className);
        }
 
                parent::__construct($className);
        }
 
+       /**
+        * Getter for command prefix
+        *
+        * @return      $commandPrefix  Last validated commandPrefix
+        */
+       protected final function getCommandPrefix () {
+               return $this->commandPrefix;
+       }
+
        /**
         * Setter for command prefix
         *
        /**
         * Setter for command prefix
         *