mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
23 lines
454 B
ReStructuredText
23 lines
454 B
ReStructuredText
DownloadResponse
|
|
================
|
|
|
|
|
|
Prompts the user to download the a file
|
|
|
|
|
|
.. php:namespace:: OCA\AppFramework\Http
|
|
.. php:class:: DownloadResponse
|
|
|
|
* **Abstract**
|
|
|
|
|
|
|
|
|
|
.. php:method:: __construct($filename, $contentType)
|
|
|
|
:param string $filename: the name that the downloaded file should have
|
|
:param string $contentType: the mimetype that the downloaded file should have
|
|
|
|
|
|
Creates a response that prompts the user to download the file
|