|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$controller) | |
| setupBlock () | |
| & | getMainThemeObject () |
| isEnableCacheFeature () | |
| enableAccess () | |
| setupModuleLanguage () | |
Public Member Functions inherited from Legacy_AbstractControllerStrategy | |
| _setupFilterChain () | |
| setupModuleContext (&$context, $dirname) | |
| _processPreBlockFilter () | |
| & | getVirtualCurrentModule () |
Data Fields | |
| $mStatusFlag = LEGACY_CONTROLLER_STATE_PUBLIC | |
Data Fields inherited from Legacy_AbstractControllerStrategy | |
| $mController = null | |
| $mStatusFlag | |
| array | $_mLoadedFilterNames = [] |
Definition at line 16 of file Legacy_PublicControllerStrategy.class.php.
| __construct | ( | & | $controller | ) |
Reimplemented from Legacy_AbstractControllerStrategy.
Definition at line 20 of file Legacy_PublicControllerStrategy.class.php.
| enableAccess | ( | ) |
Gets a value indicating whether the current user can access to the current module.
Reimplemented from Legacy_AbstractControllerStrategy.
Definition at line 106 of file Legacy_PublicControllerStrategy.class.php.
| & getMainThemeObject | ( | ) |
Definition at line 67 of file Legacy_PublicControllerStrategy.class.php.
| isEnableCacheFeature | ( | ) |
Gets a value indicating whether the controller can use a cache mechanism.
Reimplemented from Legacy_AbstractControllerStrategy.
Definition at line 101 of file Legacy_PublicControllerStrategy.class.php.
| setupBlock | ( | ) |
Reimplemented from Legacy_AbstractControllerStrategy.
Definition at line 31 of file Legacy_PublicControllerStrategy.class.php.
| setupModuleLanguage | ( | ) |
Reimplemented from Legacy_AbstractControllerStrategy.
Definition at line 117 of file Legacy_PublicControllerStrategy.class.php.
| $mStatusFlag = LEGACY_CONTROLLER_STATE_PUBLIC |
Definition at line 18 of file Legacy_PublicControllerStrategy.class.php.