示例#1
0
 public function redirectUrl($url, $code = NULL)
 {
     $this->redirect = TRUE;
     try {
         parent::redirectUrl($url, $code);
     } finally {
         $this->redirect = FALSE;
     }
 }
示例#2
0
 public function redirectOnlinePayment(Nette\Application\UI\Presenter $presenter)
 {
     $presenter->redirectUrl($this->getRedirectUrl());
 }