XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
prepare (&$controller, &$xoopsUser, $moduleConfig) | |
execute (&$controller, &$xoopsUser) | |
getDefaultView (&$controller, &$xoopsUser) | |
_getRegistForm (&$controller) | |
_clearRegistForm (&$controller) | |
_processMail (&$controller) | |
_eventNotifyMail (&$controller) | |
_processActionForm () | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
![]() | |
User_Action () | |
isSecure () | |
getPageTitle () | |
hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
$mActionForm = null | |
$mRegistForm = null | |
$mConfig = null | |
$mNewUser = null | |
$mRedirectMessage = null | |
Additional Inherited Members | |
![]() | |
_getPageAction () | |
_getPagetitle () | |
Definition at line 22 of file UserRegister_confirmAction.class.php.
_clearRegistForm | ( | & | $controller | ) |
Definition at line 104 of file UserRegister_confirmAction.class.php.
_eventNotifyMail | ( | & | $controller | ) |
Definition at line 131 of file UserRegister_confirmAction.class.php.
_getRegistForm | ( | & | $controller | ) |
Definition at line 91 of file UserRegister_confirmAction.class.php.
_processActionForm | ( | ) |
Definition at line 143 of file UserRegister_confirmAction.class.php.
_processMail | ( | & | $controller | ) |
Definition at line 109 of file UserRegister_confirmAction.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 46 of file UserRegister_confirmAction.class.php.
executeViewCancel | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
executeViewCancel
$controller | ||
$xoopsUser | ||
XCube_RenderTarget | &$render |
Reimplemented from User_Action.
Definition at line 163 of file UserRegister_confirmAction.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 149 of file UserRegister_confirmAction.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 168 of file UserRegister_confirmAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented from User_Action.
Definition at line 175 of file UserRegister_confirmAction.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 81 of file UserRegister_confirmAction.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser, | ||
$moduleConfig ) |
Reimplemented from User_Action.
Definition at line 38 of file UserRegister_confirmAction.class.php.
$mActionForm = null |
Definition at line 24 of file UserRegister_confirmAction.class.php.
$mConfig = null |
Definition at line 26 of file UserRegister_confirmAction.class.php.
$mNewUser = null |
Definition at line 28 of file UserRegister_confirmAction.class.php.
$mRedirectMessage = null |
Definition at line 30 of file UserRegister_confirmAction.class.php.
$mRegistForm = null |
Definition at line 25 of file UserRegister_confirmAction.class.php.