Example #1
0
 /**
  * Implementation of IPresenterResponse::send()
  */
 function send(Nette\Http\IRequest $httpRequest, Nette\Http\IResponse $httpResponse)
 {
     parent::download($this->downloader);
 }