diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-11-25 21:25:04 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-11-25 21:25:04 +0100 |
commit | 9fbccc83e3bdae664f7696da8d1902a516252830 (patch) | |
tree | a55ca135dd1e16a3c66ba9031dc3a4668c600e13 /lib/public/files/node.php | |
parent | a609a5364779acb8ac27b337ad453dc9c8a39811 (diff) | |
parent | 844b4785f1e992391d51ef34eacc5cfda107ee50 (diff) | |
download | nextcloud-server-9fbccc83e3bdae664f7696da8d1902a516252830.tar.gz nextcloud-server-9fbccc83e3bdae664f7696da8d1902a516252830.zip |
merge master into single-user-mode
Diffstat (limited to 'lib/public/files/node.php')
-rw-r--r-- | lib/public/files/node.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/public/files/node.php b/lib/public/files/node.php index e38bfa3b2ef..972b1cfa492 100644 --- a/lib/public/files/node.php +++ b/lib/public/files/node.php @@ -20,6 +20,11 @@ * */ +/** + * Public interface of ownCloud for apps to use. + * Files/Node 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\Files; |