Exemplo n.º 1
0
 /**
  *
  * @return Ambigous <\Zend\Http\Response, \Zend\Stdlib\ResponseInterface>
  */
 public function quitAction()
 {
     $authService = new \Zend\Authentication\AuthenticationService();
     $authService->clearIdentity();
     return $this->redirect()->toRoute('application/child', array('controller' => 'signin', 'action' => 'index'));
 }
Exemplo n.º 2
0
 public function index06Action()
 {
     $authenticateObj = new \Zend\Authentication\AuthenticationService();
     $authenticateObj->clearIdentity();
     return false;
 }