Ejemplo n.º 1
0
 /**
  * Redirect
  *
  * @return boolean
  */
 public function doRedirect()
 {
     if ($this->getIframe()->getEnabled()) {
         $this->getIframe()->finalize();
     } else {
         return parent::doRedirect();
     }
 }