adminMenu
in package
Class for the Admin CP navigation
Tags
Table of Contents
Properties
- $arrMenuGroups : mixed
- $arrMenuItems : mixed
- $arrUserGroups : mixed
- $arrUserRights : mixed
- $statusMessage : mixed
- $activeCmd : mixed
Methods
- __construct() : mixed
- getAdminNavbar() : mixed
- getMenu() : mixed
- Creates the administration navigation
- init() : mixed
- moduleExists() : mixed
Properties
$arrMenuGroups
public
mixed
$arrMenuGroups
= array()
$arrMenuItems
public
mixed
$arrMenuItems
= array()
$arrUserGroups
public
mixed
$arrUserGroups
= array()
$arrUserRights
public
mixed
$arrUserRights
= array()
$statusMessage
public
mixed
$statusMessage
$activeCmd
private
mixed
$activeCmd
= \null
Methods
__construct()
public
__construct(mixed $activeCmd) : mixed
Parameters
- $activeCmd : mixed
getAdminNavbar()
public
getAdminNavbar() : mixed
getMenu()
Creates the administration navigation
private
getMenu() : mixed
Considers the users' rights and only shows what he's allowed to see
Tags
init()
private
init() : mixed
moduleExists()
private
moduleExists(mixed $module) : mixed
Parameters
- $module : mixed