diff options
Diffstat (limited to 'lib/public/iurlgenerator.php')
-rw-r--r-- | lib/public/iurlgenerator.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/public/iurlgenerator.php b/lib/public/iurlgenerator.php index 4eb4c0f8312..6c20734edf0 100644 --- a/lib/public/iurlgenerator.php +++ b/lib/public/iurlgenerator.php @@ -7,6 +7,14 @@ * */ +/** + * Public interface of ownCloud for apps to use. + * URL generator 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; /** |