コード例 #1
0
ファイル: FileBrowserControl.php プロジェクト: venne/files
 public function handleDownload()
 {
     $this->getPresenter()->sendResponse(new FileResponse($this->file->getFilePath()));
 }