|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| _getId () | |
| & | _getHandler () |
| _setupObject () | |
| prepare (&$controller, &$xoopsUser, $moduleConfig) | |
| getDefaultView (&$controller, &$xoopsUser) | |
| execute (&$controller, &$xoopsUser) | |
Public Member Functions inherited from User_Action | |
| User_Action () | |
| isSecure () | |
| getPageTitle () | |
| hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $mObject = null | |
| $mObjectHandler = null | |
Protected Member Functions | |
| _getPageAction () | |
Protected Member Functions inherited from User_Action | |
| _getPagetitle () | |
Definition at line 12 of file AbstractViewAction.class.php.
| __construct | ( | ) |
Reimplemented from User_Action.
Definition at line 17 of file AbstractViewAction.class.php.
| & _getHandler | ( | ) |
Definition at line 25 of file AbstractViewAction.class.php.
| _getId | ( | ) |
Definition at line 21 of file AbstractViewAction.class.php.
|
protected |
_getPageAction
| void |
Reimplemented from User_Action.
Definition at line 45 of file AbstractViewAction.class.php.
| _setupObject | ( | ) |
Definition at line 29 of file AbstractViewAction.class.php.
| execute | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 64 of file AbstractViewAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 55 of file AbstractViewAction.class.php.
| prepare | ( | & | $controller, |
| & | $xoopsUser, | ||
| $moduleConfig ) |
Reimplemented from User_Action.
Definition at line 50 of file AbstractViewAction.class.php.
| $mObject = null |
Definition at line 14 of file AbstractViewAction.class.php.
| $mObjectHandler = null |
Definition at line 15 of file AbstractViewAction.class.php.