Exemplo n.º 1
0
 /**
  * Writes the SessionInfo, overwrite if needed
  *
  * @return string
  */
 protected function getOutputLogin()
 {
     $objLogin = new class_module_login_admin();
     return $objLogin->getLoginStatus();
 }