XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
ModuleAdmin Class Reference

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()
 

Detailed Description

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.

Author
Grégory Mage (Aka Mage)

Definition at line 17 of file moduleadmin.php.

Constructor & Destructor Documentation

ModuleAdmin::__construct ( )

Constructor

Definition at line 29 of file moduleadmin.php.

References $xoopsModule, and loadLanguage().

Here is the call graph for this function:

Member Function Documentation

ModuleAdmin::addConfigBoxLine (   $value = '',
  $type = 'default' 
)
ModuleAdmin::addInfoBox (   $title)

Definition at line 345 of file moduleadmin.php.

References $ret, and $title.

Referenced by renderAbout().

Here is the caller graph for this function:

ModuleAdmin::addInfoBoxLine (   $label,
  $text,
  $value = '',
  $color = 'inherit',
  $type = 'default' 
)

Definition at line 361 of file moduleadmin.php.

References $ret, and $type.

Referenced by renderAbout().

Here is the caller graph for this function:

ModuleAdmin::addItemButton (   $title,
  $link,
  $icon = 'add',
  $extra = '' 
)

Definition at line 169 of file moduleadmin.php.

References $icon, $ret, and $title.

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

Returns
array methods supported by this class

Definition at line 84 of file moduleadmin.php.

Referenced by getInfo().

Here is the caller graph for this function:

ModuleAdmin::getInfo ( )

Definition at line 39 of file moduleadmin.php.

References getClassMethods(), getReleaseDate(), and getVersion().

Here is the call graph for this function:

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().

Here is the caller graph for this function:

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().

Here is the caller graph for this function:

ModuleAdmin::loadLanguage ( )

Definition at line 95 of file moduleadmin.php.

References $GLOBALS, $language, and $ret.

Referenced by __construct().

Here is the caller graph for this function:

ModuleAdmin::renderButton (   $position = "right",
  $delimeter = " " 
)

Definition at line 140 of file moduleadmin.php.

References $i, $path, and $ret.

ModuleAdmin::renderInfoBox ( )

Definition at line 380 of file moduleadmin.php.

References $i, and $ret.

Referenced by renderAbout(), and renderIndex().

Here is the caller graph for this function:

ModuleAdmin::renderMenuIndex ( )

Definition at line 110 of file moduleadmin.php.

References $i, $path, $ret, _AM_SYSTEM_HELP, and XOOPS_VERSION.

Referenced by renderIndex().

Here is the caller graph for this function:

Member Data Documentation

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.


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