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