Fixed with prefix
[core.git] / inc / classes / main / resolver / command / class_BaseCommandResolver.php
index 582c24b492cc0cd5d156499e36a8d2942a15d5ee..fa19bbb5e459c4b16ddea46ac6d4567c7326869d 100644 (file)
@@ -43,6 +43,15 @@ class BaseCommandResolver extends BaseResolver {
                parent::__construct($className);
        }
 
+       /**
+        * Getter for command prefix
+        *
+        * @return      $commandPrefix  Last validated commandPrefix
+        */
+       protected final function getCommandPrefix () {
+               return $this->commandPrefix;
+       }
+
        /**
         * Setter for command prefix
         *