Skip to content
Snippets Groups Projects
Commit f1dc568a authored by Olav Morken's avatar Olav Morken
Browse files

Configuration: Add function to retrieve the whole configuration array.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1599 44740490-163a-0410-bde0-09ae8108e29a
parent 39e8fef0
No related branches found
No related tags found
No related merge requests found
......@@ -723,6 +723,17 @@ class SimpleSAML_Configuration {
return array_keys($this->configuration);
}
/**
* Convert this configuration object back to an array.
*
* @return array An associative array with all configuration options and values.
*/
public function toArray() {
return $this->configuration;
}
}
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment