XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
& | _getHandler () |
Profile_AbstractAction () | |
isMemberOnly () | |
isAdminOnly () | |
prepare () | |
hasPermission () | |
getDefaultView () | |
execute () | |
executeViewSuccess (&$controller, &$render) | |
executeViewError (&$render) | |
executeViewIndex (&$render) | |
executeViewInput (&$render) | |
executeViewPreview (&$render) | |
executeViewCancel (&$render) | |
Data Fields | |
$mRoot = null | |
$mModule = null | |
$mAsset = null | |
Definition at line 15 of file AbstractAction.class.php.
__construct | ( | ) |
Definition at line 31 of file AbstractAction.class.php.
& _getHandler | ( | ) |
Definition at line 24 of file AbstractAction.class.php.
execute | ( | ) |
Reimplemented in Profile_Admin_DataDownloadAction.
Definition at line 60 of file AbstractAction.class.php.
executeViewCancel | ( | & | $render | ) |
Reimplemented in Profile_Admin_DefinitionsDeleteAction, Profile_Admin_DefinitionsEditAction, Profile_DataDeleteAction, and Profile_DataEditAction.
Definition at line 85 of file AbstractAction.class.php.
executeViewError | ( | & | $render | ) |
Reimplemented in Profile_Admin_DefinitionsDeleteAction, Profile_Admin_DefinitionsEditAction, Profile_Admin_DefinitionsViewAction, Profile_DataDeleteAction, Profile_DataEditAction, and Profile_DataViewAction.
Definition at line 69 of file AbstractAction.class.php.
executeViewIndex | ( | & | $render | ) |
Reimplemented in Profile_Admin_DefinitionsListAction, and Profile_DataListAction.
Definition at line 73 of file AbstractAction.class.php.
executeViewInput | ( | & | $render | ) |
Reimplemented in Profile_Admin_DefinitionsDeleteAction, Profile_Admin_DefinitionsEditAction, Profile_DataDeleteAction, and Profile_DataEditAction.
Definition at line 77 of file AbstractAction.class.php.
executeViewPreview | ( | & | $render | ) |
Definition at line 81 of file AbstractAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $render ) |
Reimplemented in Profile_Admin_DefinitionsDeleteAction, Profile_Admin_DefinitionsEditAction, and Profile_Admin_DefinitionsViewAction.
Definition at line 65 of file AbstractAction.class.php.
getDefaultView | ( | ) |
Definition at line 55 of file AbstractAction.class.php.
hasPermission | ( | ) |
Definition at line 50 of file AbstractAction.class.php.
isAdminOnly | ( | ) |
Definition at line 41 of file AbstractAction.class.php.
isMemberOnly | ( | ) |
Definition at line 37 of file AbstractAction.class.php.
prepare | ( | ) |
Definition at line 45 of file AbstractAction.class.php.
Definition at line 27 of file AbstractAction.class.php.
$mAsset = null |
Definition at line 19 of file AbstractAction.class.php.
$mModule = null |
Definition at line 18 of file AbstractAction.class.php.
$mRoot = null |
Definition at line 17 of file AbstractAction.class.php.