mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
21 lines
266 B
ReStructuredText
21 lines
266 B
ReStructuredText
ForbiddenResponse
|
|
=================
|
|
|
|
|
|
Pure hader response, Just return 403 status to the browser
|
|
|
|
|
|
.. php:namespace:: OCA\AppFramework\Http
|
|
.. php:class:: ForbiddenResponse
|
|
|
|
|
|
|
|
|
|
.. php:method:: __construct()
|
|
|
|
|
|
|
|
Creates a response that just returns 403 status
|
|
|
|
|