Ejemplo n.º 1
0
 /**
  * Stores the authenticated user in the current session.
  *
  * @see \Ableron\Core\Controller\Page\AbstractPage::processForm()
  */
 public function processForm()
 {
     parent::processForm();
     // save authenticated user object in session
     Application::getSession()->setUser($this->user);
 }