ShipSimuGuestLogin.ifLoginWasSuccessfull (  ) 

Determines wether the login was fine.

This is done by checking if 'login' instance is in registry

Returns:
$loginDone Wether the login was fine or not

Definition at line 125 of file class_ShipSimuGuestLogin.php.

References Registry.getRegistry().

00125                                                  {
00126                 // Is the registry key there?
00127                 $loginDone = (Registry::getRegistry()->getInstance('login') instanceof Registerable);
00128 
00129                 // Return the result
00130                 return $loginDone;
00131         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:18:12 2008 for Ship-Simulator by  doxygen 1.5.6