Esempio n. 1
0
 public function download()
 {
     $fileobj = $this->source->fileHandler->make($this->source->getBasePath() . $this->getProperty('file'));
     $fileobj->download();
 }