Creates an instance of this action.
Definition at line 40 of file class_WebAdminLoginWelcomeAction.php. 00040 { 00041 // Get a new instance 00042 $actionInstance = new WebAdminLoginWelcomeAction(); 00043 00044 // Return the instance 00045 return $actionInstance; 00046 }
|
1.5.6