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