XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($adminFlag=false) | |
hasPermission (&$controller, &$xoopsUser) | |
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) | |
Data Fields | |
$_mAdminFlag = false | |
Definition at line 139 of file ActionFrame.class.php.
__construct | ( | $adminFlag = false | ) |
Definition at line 146 of file ActionFrame.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
Reimplemented in LegacyRender_TplfileListAction.
Definition at line 165 of file ActionFrame.class.php.
executeViewCancel | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 190 of file ActionFrame.class.php.
executeViewError | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 174 of file ActionFrame.class.php.
executeViewIndex | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 178 of file ActionFrame.class.php.
executeViewInput | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 182 of file ActionFrame.class.php.
executeViewPreview | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 186 of file ActionFrame.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
Definition at line 170 of file ActionFrame.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 160 of file ActionFrame.class.php.
hasPermission | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 151 of file ActionFrame.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser, | ||
$moduleConfig ) |
Definition at line 156 of file ActionFrame.class.php.
$_mAdminFlag = false |
@access private
Definition at line 144 of file ActionFrame.class.php.