XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct () | |
addConfigBoxLine ($value= '', $type= 'default') | |
addInfoBox ($title) | |
addInfoBoxLine ($label, $text, $value= '', $color= 'inherit', $type= 'default') | |
addItemButton ($title, $link, $icon= 'add', $extra= '') | |
addNavigation ($menu= '') | |
getClassMethods () | |
getInfo () | |
getReleaseDate () | |
getVersion () | |
loadLanguage () | |
renderAbout ($paypal= '', $logo_xoops=true) | |
renderButton ($position="right", $delimeter=" ") | |
renderIndex () | |
renderInfoBox () | |
renderMenuIndex () | |
Public Attributes | |
$_itemButton = array() | |
$_itemConfigBoxLine = array() | |
$_itemInfoBox = array() | |
$_itemInfoBoxLine = array() | |
$_obj = array() | |
Frameworks Module Admin
You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Definition at line 17 of file moduleadmin.php.
ModuleAdmin::__construct | ( | ) |
Constructor
Definition at line 29 of file moduleadmin.php.
References $xoopsModule, and loadLanguage().
ModuleAdmin::addConfigBoxLine | ( | $value = '' , |
|
$type = 'default' |
|||
) |
Definition at line 188 of file moduleadmin.php.
References $path, $type, _AM_MODULEADMIN_CONFIG_CHMOD, _AM_MODULEADMIN_CONFIG_FOLDERKO, and _AM_MODULEADMIN_CONFIG_FOLDEROK.
ModuleAdmin::addInfoBox | ( | $title | ) |
Definition at line 345 of file moduleadmin.php.
Referenced by renderAbout().
ModuleAdmin::addInfoBoxLine | ( | $label, | |
$text, | |||
$value = '' , |
|||
$color = 'inherit' , |
|||
$type = 'default' |
|||
) |
Definition at line 361 of file moduleadmin.php.
Referenced by renderAbout().
ModuleAdmin::addItemButton | ( | $title, | |
$link, | |||
$icon = 'add' , |
|||
$extra = '' |
|||
) |
Definition at line 169 of file moduleadmin.php.
ModuleAdmin::addNavigation | ( | $menu = '' | ) |
Definition at line 486 of file moduleadmin.php.
References $i, $menu, $path, $ret, _MI_SYSTEM_ADMENU6, and XOOPS_VERSION.
ModuleAdmin::getClassMethods | ( | ) |
Return the available methods for the class
Definition at line 84 of file moduleadmin.php.
Referenced by getInfo().
ModuleAdmin::getInfo | ( | ) |
Definition at line 39 of file moduleadmin.php.
References getClassMethods(), getReleaseDate(), and getVersion().
ModuleAdmin::getReleaseDate | ( | ) |
Return the Module Admin class release date return string version
version is rev of this class
Definition at line 69 of file moduleadmin.php.
References XOOPS_FRAMEWORKS_MODULEADMIN_RELEASEDATE.
Referenced by getInfo().
ModuleAdmin::getVersion | ( | ) |
Return the Module Admin class version number return string version
version is rev of this class
Definition at line 55 of file moduleadmin.php.
References XOOPS_FRAMEWORKS_MODULEADMIN_VERSION.
Referenced by getInfo(), and renderIndex().
ModuleAdmin::loadLanguage | ( | ) |
Definition at line 95 of file moduleadmin.php.
References $GLOBALS, $language, and $ret.
Referenced by __construct().
ModuleAdmin::renderAbout | ( | $paypal = '' , |
|
$logo_xoops = true |
|||
) |
Definition at line 400 of file moduleadmin.php.
References $date, $file, $GLOBALS, $i, $language, $module_info, $path, $ret, _AM_MODULEADMIN_ABOUT_CHANGELOG, _AM_MODULEADMIN_ABOUT_DESCRIPTION, _AM_MODULEADMIN_ABOUT_MODULEINFO, _AM_MODULEADMIN_ABOUT_MODULESTATUS, _AM_MODULEADMIN_ABOUT_UPDATEDATE, _AM_MODULEADMIN_ABOUT_WEBSITE, addInfoBox(), addInfoBoxLine(), formatTimestamp(), and renderInfoBox().
ModuleAdmin::renderButton | ( | $position = "right" , |
|
$delimeter = " " |
|||
) |
Definition at line 140 of file moduleadmin.php.
ModuleAdmin::renderIndex | ( | ) |
Definition at line 237 of file moduleadmin.php.
References $i, $j, $path, $ret, $xoopsDB, _AM_MODULEADMIN_CONFIG, _AM_MODULEADMIN_CONFIG_ADMIN, _AM_MODULEADMIN_CONFIG_DB, _AM_MODULEADMIN_CONFIG_PHP, _AM_MODULEADMIN_CONFIG_XOOPS, getVersion(), renderInfoBox(), renderMenuIndex(), XOOPS_DB_TYPE, and XOOPS_VERSION.
ModuleAdmin::renderInfoBox | ( | ) |
Definition at line 380 of file moduleadmin.php.
Referenced by renderAbout(), and renderIndex().
ModuleAdmin::renderMenuIndex | ( | ) |
Definition at line 110 of file moduleadmin.php.
References $i, $path, $ret, _AM_SYSTEM_HELP, and XOOPS_VERSION.
Referenced by renderIndex().
ModuleAdmin::$_itemButton = array() |
Definition at line 20 of file moduleadmin.php.
ModuleAdmin::$_itemConfigBoxLine = array() |
Definition at line 23 of file moduleadmin.php.
ModuleAdmin::$_itemInfoBox = array() |
Definition at line 21 of file moduleadmin.php.
ModuleAdmin::$_itemInfoBoxLine = array() |
Definition at line 22 of file moduleadmin.php.
ModuleAdmin::$_obj = array() |
Definition at line 24 of file moduleadmin.php.