Exemple #1
0
 public function handleDownload()
 {
     $this->getPresenter()->sendResponse(new FileResponse($this->file->getFilePath()));
 }