FOSSology  4.4.0
Open Source License Compliance by Open Source Software
menu Class Reference

Code for creating a menu list (2D linked list) from a set of plugins. More...

Collaboration diagram for menu:
Collaboration graph

Public Member Functions

 getName ($showFullName=false)
 

Public Attributes

 $Name = ""
 Name of the menu item.
 
 $URI = NULL
 URI for the plugin (everything after the "?mod=")
 
 $HTML = NULL
 HTML to include (if provided, used in place of all else)
 
 $Order = 0
 Used for ordering menu items.
 
 $Target = NULL
 Recommended name of window for showing results.
 
 $MaxDepth = 0
 How deep is SubMenu?
 
 $SubMenu = NULL
 Sub menu to show.
 
 $FullName
 List to submenu list.
 

Detailed Description

Code for creating a menu list (2D linked list) from a set of plugins.

Definition at line 19 of file common-menu.php.

Member Function Documentation

◆ getName()

menu::getName (   $showFullName = false)

Return the name of the menu

Parameters
boolean$showFullNameIf true, return FullName and order, else return Name
Returns
string

Definition at line 36 of file common-menu.php.


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