|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| getDefaultView (&$controller, &$xoopsUser) | |
| hasPermission (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mPreparedFlag = false | |
| $mCategory = null | |
| $mModule = null | |
| $mObjects = [] | |
| $mActionForm = null | |
| $mState = null | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 20 of file PreferenceEditAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 66 of file PreferenceEditAction.class.php.
| executeViewCancel | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 206 of file PreferenceEditAction.class.php.
| executeViewError | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 201 of file PreferenceEditAction.class.php.
| executeViewInput | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 97 of file PreferenceEditAction.class.php.
| executeViewSuccess | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 196 of file PreferenceEditAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 52 of file PreferenceEditAction.class.php.
| hasPermission | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 61 of file PreferenceEditAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 32 of file PreferenceEditAction.class.php.
| $mActionForm = null |
Definition at line 28 of file PreferenceEditAction.class.php.
| $mCategory = null |
Definition at line 24 of file PreferenceEditAction.class.php.
| $mModule = null |
Definition at line 25 of file PreferenceEditAction.class.php.
| $mObjects = [] |
Definition at line 27 of file PreferenceEditAction.class.php.
| $mPreparedFlag = false |
Definition at line 22 of file PreferenceEditAction.class.php.
| $mState = null |
Definition at line 30 of file PreferenceEditAction.class.php.