XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
preBlockFilter () | |
[Abstract] Executes the logic, when the controller executes preBlockFilter(). | |
AdminSetupBlock () | |
![]() | |
__construct (&$controller) | |
Constructor. | |
preFilter () | |
[Abstract] Executes the logic, when the controller executes preFilter(). | |
postFilter () | |
[Abstract] Executes the logic, when the controller executes postFilter(). | |
Static Public Member Functions | |
static | AdminDashboardSystem () |
static | display_message (bool $return, array $attributes=[], string $template='') |
Additional Inherited Members | |
![]() | |
$mController | |
[READ ONLY] XCube_Controller | |
$mRoot | |
[READ ONLY] XCube_Root | |
Preload : AdminDashboard Version : 2.3.2 Package : XCL Module : Legacy Author : Nuno Luciano aka Gigamaster Credits : Original AdminSystemCheckPlus Preload by Wanikoo ( https://www.wanisys.net/ ) AdminDashboard is used to manage Control Panel blocks, sort of raw option having logical equivalence to block management. Usage : 0 (disable), 1 (enable) dashboard template and block render. Copy the Smarty code into admin_theme.html to render the block @TODO dashboard UI options >> module preferences, admin preferences storage Render Dashboard Template Admin / Template / dashboard.html
PHP info wrapped in custom table
Definition at line 93 of file AdminDashboard.class.php.
|
static |
Smarty Render Usage in template 'dashboard.html'' : <{$title}> and <{$content}>
Definition at line 117 of file AdminDashboard.class.php.
AdminSetupBlock | ( | ) |
Definition at line 208 of file AdminDashboard.class.php.
|
static |
Admin Dashboard Display Message
array | $attributes | |
string | $template | |
bool | $return |
Definition at line 271 of file AdminDashboard.class.php.
preBlockFilter | ( | ) |
[Abstract] Executes the logic, when the controller executes preBlockFilter().
Note Strategy Setup for Admin Block of AdminRenderSystem Ref. Legacy/kernel/Legacy_AdminControllerStrategy
Reimplemented from XCube_ActionFilter.
Definition at line 95 of file AdminDashboard.class.php.