Esempio n. 1
0
 public function downloadFile($fileObject)
 {
     $dController = new Download();
     return $dController->getFile($fileObject);
 }