diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-25 16:28:24 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-25 16:28:24 +0100 |
commit | bc8cc9142e08611104cdc4df9d518775ef576066 (patch) | |
tree | 12e88197b6db36f74b91fb1778f3fc18c7257dde /lib/public/appframework/http/response.php | |
parent | 248eed16a6bf917292d4a99191d123a7e7cc9002 (diff) | |
download | nextcloud-server-bc8cc9142e08611104cdc4df9d518775ef576066.tar.gz nextcloud-server-bc8cc9142e08611104cdc4df9d518775ef576066.zip |
AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
Diffstat (limited to 'lib/public/appframework/http/response.php')
-rw-r--r-- | lib/public/appframework/http/response.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/appframework/http/response.php b/lib/public/appframework/http/response.php index f776878a814..0f5a18ca4fe 100644 --- a/lib/public/appframework/http/response.php +++ b/lib/public/appframework/http/response.php @@ -20,6 +20,10 @@ * */ +/** + * Public interface of ownCloud for apps to use. + * AppFramework\HTTP\Response class + */ namespace OCP\AppFramework\Http; |