Commit eb847c69 by Carsten Brandt

Merge pull request #3447 from lynicidn/patch-1

changed comments #3446
parents 5c837c05 3829b3a5
......@@ -609,8 +609,8 @@ class Response extends \yii\base\Response
* ~~~
*
* @param string $filePath file name with full path
* @param string $mimeType the MIME type of the file. If null, it will be determined based on `$filePath`.
* @param string $attachmentName file name shown to the user. If null, it will be determined from `$filePath`.
* @param string $mimeType the MIME type of the file. If null, it will be determined based on `$filePath`.
* @param string $xHeader the name of the x-sendfile header.
* @return static the response object itself
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment