|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| prepare (&$controller, &$xoopsUser) | |
| _setupObject () | |
| _setupActionForm () | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from Legacy_Action | |
| Legacy_Action ($adminFlag=false) | |
| __construct ($adminFlag=false) | |
| hasPermission (&$controller, &$xoopsUser) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mThemes = null | |
| $mObjectHandler = null | |
| $mActionForm = null | |
| $mMainTheme = null | |
Data Fields inherited from Legacy_Action | |
| $_mAdminFlag = false | |
Definition at line 32 of file ThemeListAction.class.php.
| _setupActionForm | ( | ) |
Definition at line 60 of file ThemeListAction.class.php.
| _setupObject | ( | ) |
Definition at line 54 of file ThemeListAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 82 of file ThemeListAction.class.php.
| executeViewIndex | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from Legacy_Action.
Definition at line 131 of file ThemeListAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 66 of file ThemeListAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from Legacy_Action.
Definition at line 39 of file ThemeListAction.class.php.
| $mActionForm = null |
Definition at line 36 of file ThemeListAction.class.php.
| $mMainTheme = null |
Definition at line 37 of file ThemeListAction.class.php.
| $mObjectHandler = null |
Definition at line 35 of file ThemeListAction.class.php.
| $mThemes = null |
Definition at line 34 of file ThemeListAction.class.php.