Creates an instance of this class.
Definition at line 43 of file class_WebLoginController.php. References BaseFrameworkSystem.$controllerInstance. 00043 { 00044 // Create the instance 00045 $controllerInstance = new WebLoginController(); 00046 00047 // Set the command resolver 00048 $controllerInstance->setResolverInstance($resolverInstance); 00049 00050 // Return the prepared instance 00051 return $controllerInstance; 00052 }
|
1.5.6