XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
isSecure () | |
getPageTitle () | |
hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
prepare (&$controller, &$xoopsUser, &$moduleConfig) | |
getDefaultView (&$controller, &$xoopsUser) | |
execute (&$controller, &$xoopsUser) | |
executeViewSuccess (&$render) | |
executeViewError (&$render) | |
executeViewInde (&$render) | |
executeViewInput (&$render) | |
executeViewPreview (&$render) | |
executeViewCancel (&$render) | |
Protected Member Functions | |
_getPageAction () | |
_getPagetitle () | |
Definition at line 160 of file ActionFrame.class.php.
__construct | ( | ) |
Definition at line 162 of file ActionFrame.class.php.
|
protected |
|
protected |
execute | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 214 of file ActionFrame.class.php.
executeViewCancel | ( | & | $render | ) |
Definition at line 239 of file ActionFrame.class.php.
executeViewError | ( | & | $render | ) |
Definition at line 223 of file ActionFrame.class.php.
executeViewInde | ( | & | $render | ) |
Definition at line 227 of file ActionFrame.class.php.
executeViewInput | ( | & | $render | ) |
Definition at line 231 of file ActionFrame.class.php.
executeViewPreview | ( | & | $render | ) |
Definition at line 235 of file ActionFrame.class.php.
executeViewSuccess | ( | & | $render | ) |
Definition at line 219 of file ActionFrame.class.php.
getDefaultView | ( | & | $controller, |
& | $xoopsUser ) |
Definition at line 209 of file ActionFrame.class.php.
getPageTitle | ( | ) |
Definition at line 195 of file ActionFrame.class.php.
hasPermission | ( | & | $controller, |
& | $xoopsUser, | ||
$moduleConfig ) |
Definition at line 200 of file ActionFrame.class.php.
isSecure | ( | ) |
Definition at line 166 of file ActionFrame.class.php.
prepare | ( | & | $controller, |
& | $xoopsUser, | ||
& | $moduleConfig ) |
Definition at line 205 of file ActionFrame.class.php.