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