Update controllers.rst

This commit is contained in:
Bernhard Posselt
2013-03-17 22:11:14 +01:00
parent 37c088876f
commit 559f48ec92

View File

@@ -77,7 +77,7 @@ Every controller method has to return a Response object. The currently available
* :php:class:`OCA\\AppFramework\\Http\\TextDownloadResponse`: prompts the user to download a text file containing a passed string
* :php:class:`OCA\\AppFramework\\Http\\TextResponse`: for printing text like XML
.. versionchanged:: 6.0
.. versionadded:: 6.0
* :php:class:`OCA\\AppFramework\\Http\\ForbiddenResponse`: returns 403 Forbidden HTTP status
* :php:class:`OCA\\AppFramework\\Http\\NotFoundResponse`: returns 404 Not Found HTTP status