|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| getDefaultView (&$controller, &$xoopsUser) | |
| _loadActiveModules () | |
| _loadActiveBlocks () | |
| _loadGroup () | |
| executeViewIndex (&$controller, &$xoopsUser, &$render) | |
Public Member Functions inherited from User_Action | |
| User_Action () | |
| isSecure () | |
| getPageTitle () | |
| hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
| prepare (&$controller, &$xoopsUser, $moduleConfig) | |
| execute (&$controller, &$xoopsUser) | |
| executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
| executeViewError (&$controller, &$xoopsUser, &$render) | |
| executeViewInput (&$controller, &$xoopsUser, &$render) | |
| executeViewPreview (&$controller, &$xoopsUser, &$render) | |
| executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Data Fields | |
| $_mActiveModules = [] | |
| $_mActiveModulesLoadedFlag = false | |
| $_mActiveBlocks = [] | |
| $_mActiveBlocksLoadedFlag = false | |
| $mGroup | |
| $mPermissions | |
| $mSystemPermissions | |
| $mBlockPermissions | |
| $mUsers | |
| $mPageNavi | |
Additional Inherited Members | |
Protected Member Functions inherited from User_Action | |
| _getPageAction () | |
| _getPagetitle () | |
Definition at line 19 of file GroupPropertyAction.class.php.
| _loadActiveBlocks | ( | ) |
Definition at line 135 of file GroupPropertyAction.class.php.
| _loadActiveModules | ( | ) |
Definition at line 123 of file GroupPropertyAction.class.php.
| _loadGroup | ( | ) |
Definition at line 167 of file GroupPropertyAction.class.php.
| executeViewIndex | ( | & | $controller, |
| & | $xoopsUser, | ||
| & | $render ) |
Reimplemented from User_Action.
Definition at line 175 of file GroupPropertyAction.class.php.
| getDefaultView | ( | & | $controller, |
| & | $xoopsUser ) |
Reimplemented from User_Action.
Definition at line 34 of file GroupPropertyAction.class.php.
| $_mActiveBlocks = [] |
Definition at line 23 of file GroupPropertyAction.class.php.
| $_mActiveBlocksLoadedFlag = false |
Definition at line 24 of file GroupPropertyAction.class.php.
| $_mActiveModules = [] |
Definition at line 21 of file GroupPropertyAction.class.php.
| $_mActiveModulesLoadedFlag = false |
Definition at line 22 of file GroupPropertyAction.class.php.
| $mBlockPermissions |
Definition at line 29 of file GroupPropertyAction.class.php.
| $mGroup |
Definition at line 26 of file GroupPropertyAction.class.php.
| $mPageNavi |
Definition at line 32 of file GroupPropertyAction.class.php.
| $mPermissions |
Definition at line 27 of file GroupPropertyAction.class.php.
| $mSystemPermissions |
Definition at line 28 of file GroupPropertyAction.class.php.
| $mUsers |
Definition at line 31 of file GroupPropertyAction.class.php.