XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct () | |
flush () | |
getGuis () | |
& | getInstance () |
loadGui ($gui) | |
Public Attributes | |
$gui | |
Definition at line 20 of file cpanel.php.
XoopsSystemCpanel::__construct | ( | ) |
Constructer
Definition at line 31 of file cpanel.php.
References loadGui(), and xoops_getConfigOption().
XoopsSystemCpanel::flush | ( | ) |
Flush the Xoops Admin Gui
Definition at line 107 of file cpanel.php.
References $file, $gui, getGuis(), and XOOPS_ADMINTHEME_PATH.
XoopsSystemCpanel::getGuis | ( | ) |
Get a list of Xoops Admin Gui
Definition at line 85 of file cpanel.php.
References $file, $gui, XOOPS_ADMINTHEME_PATH, and xoops_load().
Referenced by flush().
& XoopsSystemCpanel::getInstance | ( | ) |
Get an instance of the class
Definition at line 42 of file cpanel.php.
Referenced by xoops_cp_footer(), and xoops_cp_header().
XoopsSystemCpanel::loadGui | ( | $gui | ) |
Load the Xoops Admin Gui by preference
string | $gui |
Definition at line 57 of file cpanel.php.
References $file, $gui, and XOOPS_ADMINTHEME_PATH.
Referenced by __construct().
XoopsSystemCpanel::$gui |
Reference to GUI object
Definition at line 25 of file cpanel.php.