XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
Legacy_ActionFrame ($admin) | |
__construct ($admin) | |
setActionName ($name) | |
setMode ($mode) | |
_createAction (&$actionFrame) | |
execute (&$controller) | |
Data Fields | |
$mActionName = null | |
$mAction = null | |
$mAdminFlag = null | |
$mMode = null | |
$mCreateAction = null | |
Definition at line 36 of file ActionFrame.class.php.
__construct | ( | $admin | ) |
Definition at line 60 of file ActionFrame.class.php.
_createAction | ( | & | $actionFrame | ) |
Definition at line 90 of file ActionFrame.class.php.
execute | ( | & | $controller | ) |
Definition at line 118 of file ActionFrame.class.php.
Legacy_ActionFrame | ( | $admin | ) |
Definition at line 55 of file ActionFrame.class.php.
setActionName | ( | $name | ) |
Definition at line 68 of file ActionFrame.class.php.
setMode | ( | $mode | ) |
Set mode.
string | $mode | Use constants (LEGACY_FRAME_MODE_MISC and more...) |
Definition at line 85 of file ActionFrame.class.php.
$mAction = null |
Definition at line 39 of file ActionFrame.class.php.
$mActionName = null |
Definition at line 38 of file ActionFrame.class.php.
$mAdminFlag = null |
Definition at line 40 of file ActionFrame.class.php.
$mCreateAction = null |
Definition at line 53 of file ActionFrame.class.php.
$mMode = null |
Definition at line 48 of file ActionFrame.class.php.