From 08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sat, 19 May 2012 10:36:57 +0200 Subject: document the public classes a bit more --- lib/public/files.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/public/files.php') diff --git a/lib/public/files.php b/lib/public/files.php index e11ab81e16f..4e9e9e79804 100644 --- a/lib/public/files.php +++ b/lib/public/files.php @@ -30,6 +30,9 @@ // This means that they should be used by apps instead of the internal ownCloud classes namespace OCP; +/** + * This class provides access to the internal filesystem abstraction layer. Use this class exlusively if you want to access files + */ class Files { -- cgit v1.2.3