XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
Legacy_AdminDashboard Class Reference
Inheritance diagram for Legacy_AdminDashboard:
XCube_ActionFilter

Public Member Functions

 preBlockFilter ()
 [Abstract] Executes the logic, when the controller executes preBlockFilter().
 
 AdminSetupBlock ()
 
- Public Member Functions inherited from XCube_ActionFilter
 __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

- Data Fields inherited from XCube_ActionFilter
 $mController
 [READ ONLY] XCube_Controller
 
 $mRoot
 [READ ONLY] XCube_Root
 

Detailed Description

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

Returns
bool Disable (0) or enable (1) Render Admin Blocks Set blocks visible in Control Panel. Copy the Smarty coe to admin_theme.html e.g.: <{$xoops_lblocks.action_search.title}> <{$xoops_lblocks.action_search.content}>
bool Disable (0) or enable (1) TODO - Display on sidemenu the admin block "admin-theme" if (!defined('XC_ADMINBLOCK_ADMINTHEME')) { define('XC_ADMINBLOCK_ADMINTHEME', 0); } Environment Raw Information

PHP info wrapped in custom table

Definition at line 93 of file AdminDashboard.class.php.

Member Function Documentation

◆ AdminDashboardSystem()

static AdminDashboardSystem ( )
static

Smarty Render Usage in template 'dashboard.html'' : <{$title}> and <{$content}>

Definition at line 117 of file AdminDashboard.class.php.

◆ AdminSetupBlock()

AdminSetupBlock ( )

Definition at line 208 of file AdminDashboard.class.php.

◆ display_message()

static display_message ( bool $return,
array $attributes = [],
string $template = '' )
static

Admin Dashboard Display Message

Parameters
array$attributes
string$template
bool$return
Returns
void

Definition at line 271 of file AdminDashboard.class.php.

◆ preBlockFilter()

preBlockFilter ( )

[Abstract] Executes the logic, when the controller executes preBlockFilter().

Remarks
Each controller has different timing when it calls 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.


The documentation for this class was generated from the following file: