add function to get config object from OC_Config

This commit is contained in:
Robin Appelman 2013-07-29 16:32:37 +02:00
parent 499a01f179
commit fbbe0ebe77
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ class OC_Config {
*/
public static $object;
public static function getObject() {
return self::$object;
}
/**
* @brief Lists all available config keys
* @return array with key names