コード例 #1
0
 /**
  * Function for overruling the display of the login form.
  *
  * @param \Gems_User_Form_LoginForm $form
  */
 protected function displayLoginForm(\Gems_User_Form_LoginForm $form)
 {
     $this->setCurrentOrganizationTo($form->getUser());
     $this->view->form = $form;
 }