diff options
Diffstat (limited to 'lib/public/config.php')
-rw-r--r-- | lib/public/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/config.php b/lib/public/config.php index eb42277292d..762fb6b1800 100644 --- a/lib/public/config.php +++ b/lib/public/config.php @@ -34,6 +34,9 @@ */ namespace OCP; +/** + * This class provides functions to read and write configuration data. configuration can be on a system, application or user level + */ class Config { |