API - XOOPS 2.5.11 Beta 2
By monxoops.fr
SystemMenuHandler Class Reference

Public Member Functions

 __construct ()
 
 getAddon ($addon)
 
 addMenuTop ($value, $name='')
 
 addMenuTopArray ($options, $multi=true)
 
 addMenuTabs ($value, $name='')
 
 addMenuTabsArray ($options, $multi=true)
 
 addHeader ($value)
 
 addSubHeader ($value)
 
 breadcrumb_nav ($basename='Home')
 
 render ($currentoption=1, $display=true)
 

Data Fields

 $_menutop = array()
 
 $_menutabs = array()
 
 $_obj
 
 $_header
 
 $_subheader
 

Detailed Description

Class for tab navigation

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
John Neill (AKA Catzwolf)
Andricq Nicolas (AKA MusS) Class SystemMenuHandler

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Constructor

Member Function Documentation

◆ addHeader()

addHeader (   $value)
Parameters
$value

◆ addMenuTabs()

addMenuTabs (   $value,
  $name = '' 
)
Parameters
$value
string$name

◆ addMenuTabsArray()

addMenuTabsArray (   $options,
  $multi = true 
)
Parameters
$options
bool$multi

◆ addMenuTop()

addMenuTop (   $value,
  $name = '' 
)
Parameters
$value
string$name

◆ addMenuTopArray()

addMenuTopArray (   $options,
  $multi = true 
)
Parameters
$options
bool$multi

◆ addSubHeader()

addSubHeader (   $value)
Parameters
$value

◆ breadcrumb_nav()

breadcrumb_nav (   $basename = 'Home')
Parameters
string$basename
Returns
string
Here is the call graph for this function:

◆ getAddon()

getAddon (   $addon)
Parameters
$addon

◆ render()

render (   $currentoption = 1,
  $display = true 
)
Parameters
int$currentoption
bool$display
Returns
string

Select current menu tab, sets id names for menu tabs

Field Documentation

◆ $_header

$_header

◆ $_menutabs

$_menutabs = array()

◆ $_menutop

$_menutop = array()

◆ $_obj

$_obj

◆ $_subheader

$_subheader

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