Continued:
[core.git] / framework / config / class_FrameworkConfiguration.php
index ee7439e8106b07551f4f0a30daab02011292bf62..733ba9e17e1f47f9960ccaec9301dea350f618fe 100644 (file)
@@ -209,6 +209,16 @@ class FrameworkConfiguration implements Registerable {
                ksort($this->config);
        }
 
+       /**
+        * Getter for whole configuration array
+        *
+        * @return      $config         Configuration array
+        */
+       public final function getConfigurationArray () {
+               // Return it
+               return $this->config;
+       }
+
        /**
         * Unset a configuration key, the entry must be there or else an
         * exception is thrown.