summaryrefslogtreecommitdiffstats
path: root/lib/public/isession.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/isession.php')
-rw-r--r--lib/public/isession.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/isession.php b/lib/public/isession.php
index 0a77b0c823b..9daab2fe576 100644
--- a/lib/public/isession.php
+++ b/lib/public/isession.php
@@ -8,6 +8,14 @@
* See the COPYING-README file.
*/
+/**
+ * Public interface of ownCloud for apps to use.
+ * Session interface
+ *
+ */
+
+// use OCP namespace for all classes that are considered public.
+// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP;
/**