Determines wether the login was fine. This is done by checking if 'login' instance is in registry
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:
![]()
|
1.5.6