![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Code for creating a menu list (2D linked list) from a set of plugins. More...

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. | |
Code for creating a menu list (2D linked list) from a set of plugins.
Definition at line 30 of file common-menu.php.
| menu::getName | ( | $showFullName = false | ) |
Return the name of the menu
| boolean | $showFullName | If true, return FullName and order, else return Name |
Definition at line 47 of file common-menu.php.