Пример #1
0
 public function cancelregistrationAction()
 {
     $redirecturl = SamlAuth::cancelRegistrationProcess($this->session);
     $this->_helper->layout->disableLayout();
     $this->_helper->viewRenderer->setNoRender();
     header("Location: " . $redirecturl);
 }