XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
User_Action () | |
isSecure () | |
getPageTitle () | |
hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
prepare (&$controller, &$xoopsUser, $moduleConfig) | |
getDefaultView (&$controller, &$xoopsUser) | |
execute (&$controller, &$xoopsUser) | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Protected Member Functions | |
_getPageAction () | |
_getPagetitle () | |
Definition at line 153 of file ActionFrame.class.php.
__construct | ( | ) |
Definition at line 160 of file ActionFrame.class.php.
|
protected |
_getPageAction
void |
Reimplemented in User_AbstractEditAction, User_AbstractListAction, User_AbstractViewAction, User_AvatarEditAction, and User_UserDeleteAction.
Definition at line 175 of file ActionFrame.class.php.
|
protected |
_getPageTitle
void |
Reimplemented in User_AvatarEditAction, User_EditUserAction, User_UserDeleteAction, and User_UserInfoAction.
Definition at line 187 of file ActionFrame.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented in User_UserDataDownloadAction, User_UserDataUploadAction, User_UserDataUploadConfAction, User_UserDataUploadDoAction, and User_UserDeleteAction.
Definition at line 210 of file ActionFrame.class.php.
executeViewCancel | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented in User_UserRegister_confirmAction.
Definition at line 230 of file ActionFrame.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 218 of file ActionFrame.class.php.
executeViewIndex | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 221 of file ActionFrame.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented in User_AvatarListAction, User_RanksListAction, User_UserListAction, User_UserRegisterAction, and User_UserSearchListAction.
Definition at line 224 of file ActionFrame.class.php.
executeViewPreview | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 227 of file ActionFrame.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Reimplemented in User_UserDataUploadConfAction, and User_UserDataUploadDoAction.
Definition at line 215 of file ActionFrame.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 205 of file ActionFrame.class.php.
getPageTitle | ( | ) |
Definition at line 192 of file ActionFrame.class.php.
hasPermission | ( | & | $controller, |
& | $xoopsUser, | ||
$moduleConfig ) |
Reimplemented in User_EditUserAction.
Definition at line 197 of file ActionFrame.class.php.
isSecure | ( | ) |
Reimplemented in User_UserActivateAction.
Definition at line 163 of file ActionFrame.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser, | ||
$moduleConfig ) |
Definition at line 202 of file ActionFrame.class.php.
User_Action | ( | ) |
Definition at line 155 of file ActionFrame.class.php.